We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dafb5a + 64c04d9 commit 275cdb8Copy full SHA for 275cdb8
servers/rendering/renderer_rd/forward_mobile/scene_shader_forward_mobile.cpp
@@ -587,7 +587,7 @@ void SceneShaderForwardMobile::init(const String p_defines) {
587
actions.usage_defines["COLOR"] = "#define COLOR_USED\n";
588
actions.usage_defines["INSTANCE_CUSTOM"] = "#define ENABLE_INSTANCE_CUSTOM\n";
589
actions.usage_defines["POSITION"] = "#define OVERRIDE_POSITION\n";
590
- actions.usage_defines["LIGHT_VERTEX"] = "#define LIGHT_VERTEX\n";
+ actions.usage_defines["LIGHT_VERTEX"] = "#define LIGHT_VERTEX_USED\n";
591
592
actions.usage_defines["ALPHA_SCISSOR_THRESHOLD"] = "#define ALPHA_SCISSOR_USED\n";
593
actions.usage_defines["ALPHA_HASH_SCALE"] = "#define ALPHA_HASH_USED\n";
0 commit comments