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.
1 parent 134da37 commit b369466Copy full SHA for b369466
servers/rendering/renderer_rd/shaders/canvas.glsl
@@ -306,6 +306,7 @@ vec4 light_compute(
306
vec2 screen_uv,
307
vec2 uv,
308
vec4 color, bool is_directional) {
309
+ const InstanceData draw_data = instances.data[instance_index];
310
vec4 light = vec4(0.0);
311
vec3 light_direction = vec3(0.0);
312
0 commit comments