Cleanup: Spelling OpenXR extension name

Pull Request: https://projects.blender.org/blender/blender/pulls/152755
This commit is contained in:
Jeroen Bakker
2026-01-13 14:37:06 +01:00
parent 3cdbdd8be3
commit 1a14621369

View File

@ -92,7 +92,7 @@ bool GHOST_XrGraphicsBindingVulkan::loadExtensionFunctions(XrInstance instance)
return false; \
}
/* XR_EXT_enable_vulkan2 */
/* XR_KHR_vulkan_enable2 */
LOAD_FUNCTION(functions_.xrGetVulkanGraphicsRequirements2KHR,
xrGetVulkanGraphicsRequirements2KHR);
LOAD_FUNCTION(functions_.xrGetVulkanGraphicsDevice2KHR, xrGetVulkanGraphicsDevice2KHR);