Skip to content

Commit c44d274

Browse files
committed
[fix] demo app to end the render pass.
1 parent 8c20517 commit c44d274

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/lambda_rs_demo/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ impl RenderableComponent<Events> for DemoComponent {
156156
viewport: viewport.clone(),
157157
},
158158
RenderCommand::Draw { vertices: 0..3 },
159+
RenderCommand::EndRenderPass,
159160
];
160161
}
161162

0 commit comments

Comments
 (0)