The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: Ask for VK_KHR_image_format_list optionally

+3
+3
src/xrt/state_trackers/oxr/oxr_vulkan.c
··· 156 156 #error "Need port!" 157 157 #endif 158 158 159 + #ifdef VK_KHR_image_format_list 160 + VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME, 161 + #endif 159 162 #ifdef VK_KHR_timeline_semaphore 160 163 VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME, 161 164 #else