Files
test2/source/blender/gpu/intern
Clément Foucault dd01858959 GPU: Avoid assert caused by overlapping attribute in material shaders
This was caused by `drw_ResourceID` taking one vertex input
(at slot 15) which was then also used by material shaders.

Starting material shaders at 14 in this case avoid the overlap.

Note that this reduces the amount of supported attribute when
using the workarounds by one.
2024-11-06 13:03:32 +01:00
..
2024-09-11 18:26:34 +02:00
2024-09-23 11:18:24 +02:00