1
0
Fork 0
forked from wry/wry

vulkan: fix sync-file import check

This commit is contained in:
Julian Orth 2025-02-17 12:30:55 +01:00
parent 31b509d559
commit 2a4a7510cd
2 changed files with 4 additions and 4 deletions

View file

@ -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")]