mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 15:03:43 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
cab20117e6
commit
dfd8073a8f
1 changed files with 8 additions and 8 deletions
|
@ -641,14 +641,14 @@ extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTextureWithProperties(SDL_Rendere
|
||||||
*
|
*
|
||||||
* With the vulkan renderer:
|
* With the vulkan renderer:
|
||||||
*
|
*
|
||||||
* - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_POINTER`: the VkImage associated
|
* - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_POINTER`: the VkImage associated with
|
||||||
* with the texture
|
* the texture
|
||||||
* - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_U_POINTER`: the VkImage associated
|
* - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_U_POINTER`: the VkImage associated with
|
||||||
* with the U plane of a YUV texture
|
* the U plane of a YUV texture
|
||||||
* - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_V_POINTER`: the VkImage associated
|
* - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_V_POINTER`: the VkImage associated with
|
||||||
* with the V plane of a YUV texture
|
* the V plane of a YUV texture
|
||||||
* - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_UV_POINTER`: the VkImage associated
|
* - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_UV_POINTER`: the VkImage associated with
|
||||||
* with the UV plane of a NV12/NV21 texture
|
* the UV plane of a NV12/NV21 texture
|
||||||
*
|
*
|
||||||
* With the opengl renderer:
|
* With the opengl renderer:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue