thatcosmonaut / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
1 stars 1 forks source link

Uniform data consistency #54

Closed thatcosmonaut closed 5 days ago

thatcosmonaut commented 1 week ago

Right now the uniform push functions are scoped to render pass/compute pass. This doesn't really make sense because the uniform data should be consistent across the execution of the command buffer for ease of use.