diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index bbd4516b78..e4a2430620 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -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. *