vulkan: preserve framebuffer in pending frame
This commit is contained in:
parent
1b46fd0ceb
commit
cf6016f61f
5 changed files with 39 additions and 34 deletions
|
|
@ -377,7 +377,7 @@ impl GfxFramebuffer for TestGfxFb {
|
|||
}
|
||||
|
||||
fn render_with_region(
|
||||
&self,
|
||||
self: Rc<Self>,
|
||||
_acquire_sync: AcquireSync,
|
||||
_release_sync: ReleaseSync,
|
||||
ops: &[GfxApiOpt],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue