mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 10:26:27 +00:00
GPU: Fix D3D12 tearing query
This commit is contained in:
@@ -733,7 +733,7 @@ struct D3D12Renderer
|
|||||||
SDL_SharedObject *dxgidebug_dll;
|
SDL_SharedObject *dxgidebug_dll;
|
||||||
#endif
|
#endif
|
||||||
ID3D12Debug *d3d12Debug;
|
ID3D12Debug *d3d12Debug;
|
||||||
bool supportsTearing;
|
BOOL supportsTearing;
|
||||||
SDL_SharedObject *d3d12_dll;
|
SDL_SharedObject *d3d12_dll;
|
||||||
ID3D12Device *device;
|
ID3D12Device *device;
|
||||||
PFN_D3D12_SERIALIZE_ROOT_SIGNATURE D3D12SerializeRootSignature_func;
|
PFN_D3D12_SERIALIZE_ROOT_SIGNATURE D3D12SerializeRootSignature_func;
|
||||||
|
Reference in New Issue
Block a user