Skip to content

Commit 85d2345

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 5bd8865 commit 85d2345

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/SDL3/SDL_gpu.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2986,6 +2986,9 @@ extern SDL_DECLSPEC SDL_GPUCommandBuffer * SDLCALL SDL_AcquireGPUCommandBuffer(
29862986
* terms this means you must ensure that vec3 and vec4 fields are 16-byte
29872987
* aligned.
29882988
*
2989+
* For detailed information about accessing uniform data from a shader, please
2990+
* refer to SDL_CreateGPUShader.
2991+
*
29892992
* \param command_buffer a command buffer.
29902993
* \param slot_index the vertex uniform slot to push data to.
29912994
* \param data client data to write.

0 commit comments

Comments
 (0)