Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-09-12 23:03:48 +00:00
parent a45a2caf49
commit d3932b1ba2

View File

@@ -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
*
@@ -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
*