EEVEE: Fix Compilation Errors #113576

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:eevee/fix-compilation-errors-double-sided into main 2023-10-12 08:57:34 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker eb74e9f421 EEVEE: Fix Compilation Errors
The push constant `double_sided` and `Surfel.double_sided` collided. Due
to the macros that the vulkan backend is creating it isn't possible to
use the same attribute name as an existing push constant.
2023-10-12 08:55:35 +02:00