1
0
Fork 0
forked from wry/wry

vulkan: implement async shm downloads

This commit is contained in:
Julian Orth 2024-10-06 14:07:16 +02:00
parent 61c5ebb062
commit 156785d7c8
4 changed files with 260 additions and 84 deletions

View file

@ -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 {