We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4deb239 commit a989531Copy full SHA for a989531
1 file changed
crates/processing_render/src/render/command.rs
@@ -37,6 +37,7 @@ pub enum DrawCommand {
37
angle: f32,
38
},
39
Geometry(Entity),
40
+ Light(Entity),
41
}
42
43
#[derive(Debug, Default, Component)]
0 commit comments