vulkan: implement async shm downloads
This commit is contained in:
parent
61c5ebb062
commit
156785d7c8
4 changed files with 260 additions and 84 deletions
|
|
@ -213,6 +213,8 @@ pub enum VulkanError {
|
|||
StagingBufferNoDownload,
|
||||
#[error("Image contents are undefined")]
|
||||
UndefinedContents,
|
||||
#[error("The framebuffer is being used by the transfer queue")]
|
||||
BusyInTransfer,
|
||||
}
|
||||
|
||||
impl From<VulkanError> for GfxError {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue