Skip to content

Commit

Permalink
d3d12 Xcompiling fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalesState committed Dec 31, 2024
1 parent 9905108 commit 9c4fc10
Show file tree
Hide file tree
Showing 2 changed files with 3,240 additions and 3,458 deletions.
11 changes: 11 additions & 0 deletions thirdparty/directx_headers/include/directx/d3d12.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
#endif
#endif

#ifndef _In_opt_count_
#define _In_opt_count_(x)
#endif
#ifndef _In_count_
#define _In_count_(x)
#endif

/* Forward Declarations */

#ifndef __ID3D12Object_FWD_DEFINED__
Expand Down Expand Up @@ -544,7 +551,9 @@ extern "C"{
/* [local] */

#include <winapifamily.h>
#ifdef _MSC_VER
#pragma region App Family
#endif
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP | WINAPI_PARTITION_GAMES)
#ifndef _D3D12_CONSTANTS
#define _D3D12_CONSTANTS
Expand Down Expand Up @@ -31815,7 +31824,9 @@ EXTERN_C const IID IID_ID3D12GraphicsCommandList9;
/* [local] */

#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP | WINAPI_PARTITION_GAMES) */
#ifdef _MSC_VER
#pragma endregion
#endif
DEFINE_GUID(IID_ID3D12Object,0xc4fec28f,0x7966,0x4e95,0x9f,0x94,0xf4,0x31,0xcb,0x56,0xc3,0xb8);
DEFINE_GUID(IID_ID3D12DeviceChild,0x905db94b,0xa00c,0x4140,0x9d,0xf5,0x2b,0x64,0xca,0x9e,0xa3,0x57);
DEFINE_GUID(IID_ID3D12RootSignature,0xc54a6b66,0x72df,0x4ee8,0x8b,0xe5,0xa9,0x46,0xa1,0x42,0x92,0x14);
Expand Down
Loading

0 comments on commit 9c4fc10

Please sign in to comment.