Files
0ad/source
Vladislav Belov abf444d91c Reduces vertex maximum stride to 16
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.
2026-07-12 17:54:26 +02:00
..
2026-07-08 11:35:46 +02:00
2026-07-08 11:35:46 +02:00
2026-07-09 22:53:30 +02:00
2026-07-10 21:37:14 +02:00
2026-07-08 09:28:52 +02:00
2026-07-10 20:24:35 +02:00