Skip to content

Commit

Permalink
Sync SDL3 wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Sep 12, 2024
1 parent a45a2ca commit d3932b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/SDL3/SDL_gpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1188,8 +1188,8 @@ typedef struct SDL_GPUSamplerCreateInfo
* used by the vertex buffers you pass in.
*
* Vertex attributes are linked to buffers via the buffer_slot field of
* SDL_GPUVertexAttribute. For example, if an attribute has a buffer_slot of 0,
* then that attribute belongs to the vertex buffer bound at slot 0.
* SDL_GPUVertexAttribute. For example, if an attribute has a buffer_slot of
* 0, then that attribute belongs to the vertex buffer bound at slot 0.
*
* \since This struct is available since SDL 3.0.0
*
Expand All @@ -1207,8 +1207,8 @@ typedef struct SDL_GPUVertexBufferDescription
/**
* A structure specifying a vertex attribute.
*
* All vertex attribute locations provided to an SDL_GPUVertexInputState
* must be unique.
* All vertex attribute locations provided to an SDL_GPUVertexInputState must
* be unique.
*
* \since This struct is available since SDL 3.0.0
*
Expand Down

0 comments on commit d3932b1

Please sign in to comment.