Fix: Material: Compilation error for GPU material using voronoi node

This was caused by a wrong include.
This commit is contained in:
Clément Foucault
2025-09-16 14:50:03 +02:00
parent 7eb84ebd90
commit 9bbbd833b2

View File

@@ -18,7 +18,7 @@
*/
#include "gpu_shader_common_hash.glsl"
#include <cfloat>
#include "gpu_shader_utildefines_lib.glsl"
#define SHD_VORONOI_EUCLIDEAN 0
#define SHD_VORONOI_MANHATTAN 1