vulkan: implement Context::reset_status
This commit is contained in:
parent
9e20e32338
commit
5be253dec2
6 changed files with 28 additions and 4 deletions
|
|
@ -296,6 +296,7 @@ impl VulkanShmImage {
|
|||
slice::from_ref(&submit_info),
|
||||
release_fence.fence,
|
||||
)
|
||||
.inspect_err(img.renderer.device.idl())
|
||||
.map_err(VulkanError::Submit)?;
|
||||
}
|
||||
if tt == TransferType::Upload {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue