fix validation errors

This commit is contained in:
awtterpip
2024-05-14 17:52:01 -05:00
parent 4d82c80047
commit 2282e1c5e9
2 changed files with 18 additions and 1 deletions

View File

@@ -117,6 +117,8 @@ unsafe impl GraphicsExt for openxr::Vulkan {
ash::extensions::khr::DrawIndirectCount::name(),
#[cfg(target_os = "android")]
ash::extensions::khr::TimelineSemaphore::name(),
ash::vk::KhrImagelessFramebufferFn::name(),
ash::vk::KhrImageFormatListFn::name(),
];
let vk_instance = unsafe {