Sync wiki -> header

This commit is contained in:
Ryan C. Gordon 2023-10-10 10:49:24 -04:00
parent adcace6f95
commit 0fe95cfba3
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -405,6 +405,7 @@ extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTexture(SDL_Renderer *renderer, U
extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer *renderer, SDL_Surface *surface);
typedef struct IDXGIResource IDXGIResource;
/**
* Get the DXGI resource associated with a texture.
*