mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 14:37:27 +00:00
abf444d91c
https://wikis.khronos.org/opengl/Vertex_Specification_Best_Practices > The alignment of any attribute's data should be no less than 4 bytes. But to make it a bit safer for older drivers we prefer to use 16 bytes alignment (vec4) for now to match std140.