Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SDL3/SDL_PushGPUFragmentUniformData.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The data being pushed must respect std140 layout conventions. In practical
terms this means you must ensure that vec3 and vec4 fields are 16-byte
aligned.

For information on Uniform data bindings please read the docs for [SDL_CreateGPUShader](https://wiki.libsdl.org/SDL3/SDL_CreateGPUShader#remarks).

## Version

This function is available since SDL 3.2.0.
Expand Down
Loading