Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 1 forks source link

Convert buffers material buffers from SSBO to UBO #151

Open Avokadoen opened 2 years ago

Avokadoen commented 2 years ago

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.