SDL Wiki Bot 1 год назад
Родитель
Сommit
7ff9be7398
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      include/SDL3/SDL_render.h

+ 5 - 2
include/SDL3/SDL_render.h

@@ -618,7 +618,9 @@ extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTextureFromSurface(SDL_Renderer *
  *
  *
  * With the vulkan renderer:
  * With the vulkan renderer:
  *
  *
- * - `SDL_PROP_TEXTURE_CREATE_VULKAN_TEXTURE_NUMBER`: the VkImage with layout VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL associated with the texture, if you want to wrap an existing texture.
+ * - `SDL_PROP_TEXTURE_CREATE_VULKAN_TEXTURE_NUMBER`: the VkImage with layout
+ *   VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL associated with the texture, if
+ *   you want to wrap an existing texture.
  *
  *
  * \param renderer the rendering context
  * \param renderer the rendering context
  * \param props the properties to use
  * \param props the properties to use
@@ -741,7 +743,8 @@ extern DECLSPEC SDL_Texture *SDLCALL SDL_CreateTextureWithProperties(SDL_Rendere
  *
  *
  * With the vulkan renderer:
  * With the vulkan renderer:
  *
  *
- * - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_NUMBER`: the VkImage associated with the texture
+ * - `SDL_PROP_TEXTURE_VULKAN_TEXTURE_NUMBER`: the VkImage associated with the
+ *   texture
  *
  *
  * \param texture the texture to query
  * \param texture the texture to query
  * \returns a valid property ID on success or 0 on failure; call
  * \returns a valid property ID on success or 0 on failure; call