send to host
This commit is contained in:
parent
9d598b61fe
commit
dcf08f79e5
12
DirectXTex/DirectXTex.licenseheader
Normal file
12
DirectXTex/DirectXTex.licenseheader
Normal file
@ -0,0 +1,12 @@
|
||||
extensions: designer.cs generated.cs
|
||||
extensions: .cs .cpp .h .hpp .c .java
|
||||
/***
|
||||
Copyright (©) %CurrentYear% Reece Wilson (a/k/a "%UserDisplayName%"). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: %FileName%
|
||||
Date: %CreationYear%-%CreationMonth%-%CreationDay%
|
||||
Author: %UserDisplayName%
|
||||
Purpose: TBD
|
||||
***/
|
@ -1,3 +1,13 @@
|
||||
/***
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a Reece). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: ClangCommon.hpp
|
||||
Date: 2020-9-12
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
#pragma once
|
||||
|
||||
#include "ClangBsearch.hpp"
|
||||
|
@ -1,3 +1,13 @@
|
||||
/***
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: ClangMemCpy_s.hpp
|
||||
Date: 2020-9-12
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
#pragma once
|
||||
|
||||
static int memcpy_s(void * dest, size_t destsz,
|
||||
|
@ -1,3 +1,13 @@
|
||||
/***
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: DXMemory.hpp
|
||||
Date: 2020-9-12
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
#pragma once
|
||||
|
||||
static inline void FreeVectorAligned(void * ptr)
|
||||
|
@ -1,6 +1,3 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
|
||||
/***
|
||||
*sal.h - markers for documenting the semantics of APIs
|
||||
*
|
||||
|
@ -1,3 +1,13 @@
|
||||
/***
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: Win32DXG.hpp
|
||||
Date: 2020-9-12
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
typedef enum DXGI_FORMAT {
|
||||
DXGI_FORMAT_UNKNOWN,
|
||||
DXGI_FORMAT_R32G32B32A32_TYPELESS,
|
||||
|
@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
using HRESULT = LONG;
|
||||
using WORD = int16_t;
|
||||
using DWORD = uint32_t;
|
||||
|
@ -1,3 +1,13 @@
|
||||
/***
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: Win32Public.hpp
|
||||
Date: 2020-9-12
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
#pragma once
|
||||
|
||||
#if !defined(__cdecl)
|
||||
|
Loading…
Reference in New Issue
Block a user