mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 05:58:29 +00:00
loadso: library handles are now SDL_SharedObject*
instead of void*
.
Improved the SDL_loadso.h documentation a little, too. Fixes #11009.
This commit is contained in:
@@ -153,8 +153,8 @@ typedef struct
|
||||
// Private renderer data
|
||||
typedef struct
|
||||
{
|
||||
void *hDXGIMod;
|
||||
void *hD3D11Mod;
|
||||
SDL_SharedObject *hDXGIMod;
|
||||
SDL_SharedObject *hD3D11Mod;
|
||||
IDXGIFactory2 *dxgiFactory;
|
||||
IDXGIAdapter *dxgiAdapter;
|
||||
IDXGIDebug *dxgiDebug;
|
||||
|
Reference in New Issue
Block a user