Files
0ad/source/graphics
Vladislav Belov bdd3cac051 Reduces allocations for ShaderDefines.
It allows to reduce the number of allocations per-frame for
ShaderDefines. For example, on Acropolis Bay it goes down from
2.7k to 0.9k for the whole map view.
We don't really need std::vector for it. Because materials and
particularly shaders shouldn't have so many parameters.
2025-04-24 01:05:34 +02:00
..
2024-11-25 21:23:05 +01:00
2024-12-10 11:29:48 +01:00
2024-11-17 18:03:49 +01:00
2024-11-17 18:03:49 +01:00
2024-12-10 11:29:48 +01:00