doc: Document !2049

This commit is contained in:
Jakob Bornecrantz 2023-11-18 12:46:08 +00:00 committed by Simon Zeni
parent 8f6603d019
commit dbfc322e41
6 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
vk: Use formats list from xrt_swapchain_create_info in create_image.

View file

@ -0,0 +1 @@
OpenXR: Track which graphics API was used to create the session.

View file

@ -0,0 +1 @@
OpenXR: Implement XR_KHR_vulkan_swapchain_format_list.

View file

@ -0,0 +1 @@
Fix graphics includes in the xrt_openxr_includes.h header.

View file

@ -0,0 +1 @@
Use uint32_t instead of int64_t for xrt_swapchain_create_info::format.

View file

@ -0,0 +1,2 @@
Add formats list to xrt_swapchain_create_info, used to implement the OpenXR
extension XR_KHR_vulkan_swapchain_format_list.