vulkan: fix sync-file import check
This commit is contained in:
parent
31b509d559
commit
2a4a7510cd
2 changed files with 4 additions and 4 deletions
|
|
@ -99,8 +99,8 @@ pub enum VulkanError {
|
|||
LoadImageProperties(#[source] vk::Result),
|
||||
#[error("Device does not support rending and texturing from the XRGB8888 format")]
|
||||
XRGB8888,
|
||||
#[error("Device does not support sync obj import")]
|
||||
SyncobjImport,
|
||||
#[error("Device does not support sync file import")]
|
||||
SyncFileImport,
|
||||
#[error("Could not start a command buffer")]
|
||||
BeginCommandBuffer(vk::Result),
|
||||
#[error("Could not end a command buffer")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue