Vulkan-Tutorial icon indicating copy to clipboard operation
Vulkan-Tutorial copied to clipboard

Scalar layouts for uniform buffers

Open BalintCsala opened this issue 6 months ago • 0 comments

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?

BalintCsala avatar Jul 30 '25 02:07 BalintCsala