hello_xr vulkan backend ignores minApiVersion
from graphics requirements structs
#448
Labels
minApiVersion
from graphics requirements structs
#448
VK 1.0 is hardcoded here:
OpenXR-SDK-Source/src/tests/hello_xr/graphicsplugin_vulkan.cpp
Line 1386 in 820278f
For
XR_KHR_vulkan_enable2
, the version can (should) be forced by the runtime or an API layer's implementation ofxrCreateVulkanInstanceKHR
, however this isn't supported viaXR_KHR_vulkan_enable
- for the older OpenXR extension, the app should respect the min api version fromXrGraphicsRequirementsVulkanKHR
and use it forvkCreateInstance()
The text was updated successfully, but these errors were encountered: