Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed extraneous whitespace from xr.ml #397

Merged
merged 1 commit into from
Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/registry/pr.397.gh.OpenXR-SDK-Source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry: Remove extraneous whitespace from some commands.
18 changes: 9 additions & 9 deletions specification/registry/xr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4343,23 +4343,23 @@ maintained in the default branch of the Khronos OpenXR GitHub project.
<!-- commands for XR_KHR_vulkan_enable2 -->
<command successcodes="XR_SUCCESS" errorcodes="XR_ERROR_FUNCTION_UNSUPPORTED,XR_ERROR_VALIDATION_FAILURE,XR_ERROR_RUNTIME_FAILURE,XR_ERROR_HANDLE_INVALID,XR_ERROR_INSTANCE_LOST,XR_ERROR_OUT_OF_MEMORY,XR_ERROR_LIMIT_REACHED,XR_ERROR_SYSTEM_INVALID">
<proto><type>XrResult</type> <name>xrCreateVulkanInstanceKHR</name></proto>
<param><type>XrInstance</type> <name>instance</name></param>
<param><type>XrInstance</type> <name>instance</name></param>
<param>const <type>XrVulkanInstanceCreateInfoKHR</type>* <name>createInfo</name></param>
<param><type>VkInstance</type>* <name>vulkanInstance</name></param>
<param><type>VkResult</type>* <name>vulkanResult</name></param>
<param><type>VkInstance</type>* <name>vulkanInstance</name></param>
<param><type>VkResult</type>* <name>vulkanResult</name></param>
</command>
<command successcodes="XR_SUCCESS" errorcodes="XR_ERROR_FUNCTION_UNSUPPORTED,XR_ERROR_VALIDATION_FAILURE,XR_ERROR_RUNTIME_FAILURE,XR_ERROR_HANDLE_INVALID,XR_ERROR_INSTANCE_LOST,XR_ERROR_OUT_OF_MEMORY,XR_ERROR_LIMIT_REACHED,XR_ERROR_SYSTEM_INVALID">
<proto><type>XrResult</type> <name>xrCreateVulkanDeviceKHR</name></proto>
<param><type>XrInstance</type> <name>instance</name></param>
<param>const <type>XrVulkanDeviceCreateInfoKHR</type>* <name>createInfo</name></param>
<param><type>VkDevice</type>* <name>vulkanDevice</name></param>
<param><type>VkResult</type>* <name>vulkanResult</name></param>
<param><type>XrInstance</type> <name>instance</name></param>
<param>const <type>XrVulkanDeviceCreateInfoKHR</type>* <name>createInfo</name></param>
<param><type>VkDevice</type>* <name>vulkanDevice</name></param>
<param><type>VkResult</type>* <name>vulkanResult</name></param>
</command>
<command successcodes="XR_SUCCESS" errorcodes="XR_ERROR_FUNCTION_UNSUPPORTED,XR_ERROR_VALIDATION_FAILURE,XR_ERROR_RUNTIME_FAILURE,XR_ERROR_HANDLE_INVALID,XR_ERROR_INSTANCE_LOST,XR_ERROR_SYSTEM_INVALID">
<proto><type>XrResult</type> <name>xrGetVulkanGraphicsDevice2KHR</name></proto>
<param><type>XrInstance</type> <name>instance</name></param>
<param><type>XrInstance</type> <name>instance</name></param>
<param>const <type>XrVulkanGraphicsDeviceGetInfoKHR</type>* <name>getInfo</name></param>
<param><type>VkPhysicalDevice</type>* <name>vulkanPhysicalDevice</name></param>
<param><type>VkPhysicalDevice</type>* <name>vulkanPhysicalDevice</name></param>
</command>
<command name="xrGetVulkanGraphicsRequirements2KHR" alias="xrGetVulkanGraphicsRequirementsKHR"/>

Expand Down