send to host

This commit is contained in:
Reece Wilson 2020-09-12 03:59:51 -07:00
parent 9d598b61fe
commit dcf08f79e5
8 changed files with 62 additions and 5 deletions

View 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
***/

View File

@ -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"

View File

@ -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,

View File

@ -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)

View File

@ -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
*

View File

@ -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,

View File

@ -1,7 +1,5 @@
#pragma once
#include <cinttypes>
using HRESULT = LONG;
using WORD = int16_t;
using DWORD = uint32_t;

View File

@ -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)