Skip to content

Commit

Permalink
GPU: Fix D3D12 tearing query
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpydog committed Nov 26, 2024
1 parent 03d15c0 commit 5c8bed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpu/d3d12/SDL_gpu_d3d12.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ struct D3D12Renderer
SDL_SharedObject *dxgidebug_dll;
#endif
ID3D12Debug *d3d12Debug;
bool supportsTearing;
BOOL supportsTearing;
SDL_SharedObject *d3d12_dll;
ID3D12Device *device;
PFN_D3D12_SERIALIZE_ROOT_SIGNATURE D3D12SerializeRootSignature_func;
Expand Down

0 comments on commit 5c8bed3

Please sign in to comment.