Files
0ad/source/renderer
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-07 23:12:45 +02:00
2026-07-07 23:12:45 +02:00
2026-07-08 11:35:46 +02:00
2026-07-07 23:12:45 +02:00
2026-07-07 23:12:45 +02:00
2026-07-07 23:12:45 +02:00
2026-07-07 23:12:45 +02:00