Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 3 months ago
parent
commit
29ef31d589
1 changed files with 1 additions and 2 deletions
  1. 1 2
      include/SDL3/SDL_gpu.h

+ 1 - 2
include/SDL3/SDL_gpu.h

@@ -1343,8 +1343,7 @@ typedef struct SDL_GPUViewport
  * texture.
  * texture.
  *
  *
  * If either of `pixels_per_row` or `rows_per_layer` is zero, then width and
  * If either of `pixels_per_row` or `rows_per_layer` is zero, then width and
- * height of passed SDL_GPUTextureRegion to SDL_UploadToGPUTexture
- *
+ * height of passed SDL_GPUTextureRegion to SDL_UploadToGPUTexture or
  * SDL_DownloadFromGPUTexture are used as default values respectively and data
  * SDL_DownloadFromGPUTexture are used as default values respectively and data
  * is considered to be tightly packed.
  * is considered to be tightly packed.
  *
  *