GDK build: PFN_D3D12_XBOX_CREATE_DEVICE not defined for Xbox One (#10690)
This commit is contained in:
parent
73898a0a64
commit
b1b4a9cd1b
1 changed files with 5 additions and 0 deletions
|
@ -882,6 +882,11 @@ static ID3D12Device *s_Device;
|
||||||
static ID3D12CommandQueue *s_CommandQueue;
|
static ID3D12CommandQueue *s_CommandQueue;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(SDL_PLATFORM_XBOXONE)
|
||||||
|
// This is not defined in d3d12_x.h.
|
||||||
|
typedef HRESULT (D3DAPI* PFN_D3D12_XBOX_CREATE_DEVICE)(_In_opt_ IGraphicsUnknown*, _In_ const D3D12XBOX_CREATE_DEVICE_PARAMETERS*, _In_ REFIID, _Outptr_opt_ void**);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue