mirror of
https://github.com/ocornut/imgui.git
synced 2025-01-10 13:41:49 +01:00
d81f2ae4fb
Add gamma correction uniform Group uniforms in a single binding The second binding was not satisfying the minimum BufferBindingType::Uniform alignment (256) and since this alignment is large it is more idiomatic to group uniforms tegether. Also ensures that the size of the uniform buffer is aligned to 16 bytes.