mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 17:07:39 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
985da79d73
commit
ed86cec07f
1 changed files with 3 additions and 1 deletions
|
@ -505,7 +505,9 @@ extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTextureFromSurface(SDL_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:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue