Explorar o código

Sync SDL3 wiki -> header

SDL Wiki Bot %!s(int64=2) %!d(string=hai) anos
pai
achega
ed86cec07f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      include/SDL3/SDL_render.h

+ 3 - 1
include/SDL3/SDL_render.h

@@ -505,7 +505,9 @@ extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer *
  *
  *
  * With the metal renderer:
  * With the metal renderer:
  *
  *
- * - `SDL_PROP_TEXTURE_CREATE_METAL_PIXELBUFFER_POINTER`: the CVPixelBufferRef associated with the texture, if you want to create a texture from an existing pixel buffer.
+ * - `SDL_PROP_TEXTURE_CREATE_METAL_PIXELBUFFER_POINTER`: the CVPixelBufferRef
+ *   associated with the texture, if you want to create a texture from an
+ *   existing pixel buffer.
  *
  *
  * With the opengl renderer:
  * With the opengl renderer:
  *
  *