mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-07 10:50:35 +00:00
Attempt to get further with D3D12 for mingw - now compiles
but doesn't link yet
This commit is contained in:
parent
d387cfbfbe
commit
0e363164b1
@ -25,6 +25,11 @@
|
||||
#endif
|
||||
|
||||
#define CINTERFACE
|
||||
#ifdef __MINGW32__
|
||||
#ifndef __in_ecount_opt
|
||||
#define __in_ecount_opt(s)
|
||||
#endif
|
||||
#endif
|
||||
#include <d3d12.h>
|
||||
#include "dxgi_common.h"
|
||||
|
||||
|
@ -2239,8 +2239,6 @@ enum D3D12_MESSAGE_ID
|
||||
D3D12_MESSAGE_ID_D3D12_MESSAGES_END = ( D3D12_MESSAGE_ID_VIDEO_PROCESS_FRAMES_INVALID_ARGUMENT + 1 )
|
||||
} D3D12_MESSAGE_ID;
|
||||
|
||||
static_assert(D3D12_MESSAGE_ID_GPU_BASED_VALIDATION_UNSUPPORTED == 1000, "Publicly released SDK D3D12_MESSAGE_ID enum values must not be changed. New enum values must be added to the end of the list.");
|
||||
static_assert(D3D12_MESSAGE_ID_COPY_INVALIDLAYOUT == 1067, "Publicly released SDK D3D12_MESSAGE_ID enum values must not be changed. New enum values must be added to the end of the list.");
|
||||
typedef struct D3D12_MESSAGE
|
||||
{
|
||||
D3D12_MESSAGE_CATEGORY Category;
|
||||
|
Loading…
Reference in New Issue
Block a user