We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c20517 commit c44d274Copy full SHA for c44d274
1 file changed
tools/lambda_rs_demo/src/main.rs
@@ -156,6 +156,7 @@ impl RenderableComponent<Events> for DemoComponent {
156
viewport: viewport.clone(),
157
},
158
RenderCommand::Draw { vertices: 0..3 },
159
+ RenderCommand::EndRenderPass,
160
];
161
}
162
0 commit comments