Parcourir la source

Sync wiki -> header

Ryan C. Gordon il y a 2 ans
Parent
commit
0fe95cfba3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      include/SDL3/SDL_render.h

+ 1 - 0
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);
 extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer *renderer, SDL_Surface *surface);
 
 
 typedef struct IDXGIResource IDXGIResource;
 typedef struct IDXGIResource IDXGIResource;
+
 /**
 /**
  * Get the DXGI resource associated with a texture.
  * Get the DXGI resource associated with a texture.
  *
  *