From 0fe95cfba3c6394157f7ce9347353cb611037a0e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 10 Oct 2023 10:49:24 -0400 Subject: [PATCH] Sync wiki -> header --- include/SDL3/SDL_render.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index bbd4516b7..e4a243062 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. *