Avokadoen / zig_vulkan

Toying with vulkan and zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert buffers material buffers from SSBO to UBO

Avokadoen opened this issue · comments

The material buffers are small and should be UBOs, not SSBOs. The GLSL spec guarantees 16kb UBO size which is more than enough for this data.