mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
app/gfx: add missing ctx.end_render_pass() call at the end of the gfx draw() method.
This commit is contained in:
@@ -1711,6 +1711,7 @@ impl EventHandler for Stage {
|
||||
};
|
||||
render_ctx.draw();
|
||||
|
||||
self.ctx.end_render_pass();
|
||||
self.ctx.commit_frame();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user