We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28d8b2 commit a0554f9Copy full SHA for a0554f9
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