We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd8865 commit 85d2345Copy full SHA for 85d2345
include/SDL3/SDL_gpu.h
@@ -2986,6 +2986,9 @@ extern SDL_DECLSPEC SDL_GPUCommandBuffer * SDLCALL SDL_AcquireGPUCommandBuffer(
2986
* terms this means you must ensure that vec3 and vec4 fields are 16-byte
2987
* aligned.
2988
*
2989
+ * For detailed information about accessing uniform data from a shader, please
2990
+ * refer to SDL_CreateGPUShader.
2991
+ *
2992
* \param command_buffer a command buffer.
2993
* \param slot_index the vertex uniform slot to push data to.
2994
* \param data client data to write.
0 commit comments