mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Change evasive library handle to SDL_SharedObject*
This commit is contained in:
parent
3a6a3ab64f
commit
69196ab30d
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ struct D3D12Renderer
|
||||||
#endif
|
#endif
|
||||||
ID3D12Debug *d3d12Debug;
|
ID3D12Debug *d3d12Debug;
|
||||||
bool supportsTearing;
|
bool supportsTearing;
|
||||||
void *d3d12_dll;
|
SDL_SharedObject *d3d12_dll;
|
||||||
ID3D12Device *device;
|
ID3D12Device *device;
|
||||||
PFN_D3D12_SERIALIZE_ROOT_SIGNATURE D3D12SerializeRootSignature_func;
|
PFN_D3D12_SERIALIZE_ROOT_SIGNATURE D3D12SerializeRootSignature_func;
|
||||||
const char *semantic;
|
const char *semantic;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue