thatcosmonaut / SDL

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

Move uniforms to command buffer scope #55

Closed thatcosmonaut closed 5 days ago

thatcosmonaut commented 1 week ago

Addresses #54

Uniform data is now scoped to the command buffer. I also addressed some D3D11 implementation inconsistencies that should improve performance via the Don't Touch The Driver principle.

Needs corresponding Metal changes.

thatcosmonaut commented 1 week ago