We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e76f2 commit c26f7acCopy full SHA for c26f7ac
servers/rendering/renderer_rd/shaders/forward_mobile/scene_forward_mobile.glsl
@@ -538,7 +538,7 @@ layout(constant_id = 15) const float sc_luminance_multiplier = 2.0;
538
layout(location = 0) highp in vec3 vertex_interp;
539
540
#ifdef NORMAL_USED
541
-layout(location = 1) mediump in vec3 normal_interp;
+layout(location = 1) highp in vec3 normal_interp;
542
#endif
543
544
#if defined(COLOR_USED)
0 commit comments