Replies: 1 comment
-
You can already avoid the explicit drop by creating your render pass in a scope:
Wouldn't you end up putting it behind a function call anyway? Especially if you have multiple render passes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
why not make RenderPass methods chainable to avoid explicit drop?
by changing the signature to return
&mut Self
Beta Was this translation helpful? Give feedback.
All reactions