Vulkan-Tutorial
Vulkan-Tutorial copied to clipboard
Scalar layouts for uniform buffers
The descriptor pool chapter of the new vulkan tutorial uses std430 as the uniform buffer layout. Scalar layout is basically universally available at this point and matches C++ alignment much better (assuming no vector types), are there any deeper reasons for why the tutorial couldn't use it?