examples: play-opus: release render_pass properly
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3d4888f430
commit
d8e0787c7e
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ fn tick(
|
||||||
.label = label,
|
.label = label,
|
||||||
.color_attachments = &color_attachments,
|
.color_attachments = &color_attachments,
|
||||||
}));
|
}));
|
||||||
|
defer render_pass.release();
|
||||||
|
|
||||||
// Draw nothing
|
// Draw nothing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue