mirror of
https://github.com/blender/blender.git
synced 2026-01-14 03:19:40 +00:00
Cleanup: Spelling OpenXR extension name
Pull Request: https://projects.blender.org/blender/blender/pulls/152755
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user