mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 23:10:58 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
5bd886519b
commit
85d2345bd8
1 changed files with 3 additions and 0 deletions
|
@ -2986,6 +2986,9 @@ extern SDL_DECLSPEC SDL_GPUCommandBuffer * SDLCALL SDL_AcquireGPUCommandBuffer(
|
||||||
* terms this means you must ensure that vec3 and vec4 fields are 16-byte
|
* terms this means you must ensure that vec3 and vec4 fields are 16-byte
|
||||||
* aligned.
|
* aligned.
|
||||||
*
|
*
|
||||||
|
* For detailed information about accessing uniform data from a shader, please
|
||||||
|
* refer to SDL_CreateGPUShader.
|
||||||
|
*
|
||||||
* \param command_buffer a command buffer.
|
* \param command_buffer a command buffer.
|
||||||
* \param slot_index the vertex uniform slot to push data to.
|
* \param slot_index the vertex uniform slot to push data to.
|
||||||
* \param data client data to write.
|
* \param data client data to write.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue