mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
xrt: Make swapchain static image bit match OpenXR
This commit is contained in:
parent
a04c162ab3
commit
ee6aa4ee1d
1
doc/changes/xrt/mr.454.md
Normal file
1
doc/changes/xrt/mr.454.md
Normal file
|
@ -0,0 +1 @@
|
|||
Make `xrt_swapchain_create_flags` swapchain static image bit match OpenXR.
|
|
@ -55,7 +55,7 @@ typedef uint64_t VkDeviceMemory;
|
|||
*/
|
||||
enum xrt_swapchain_create_flags
|
||||
{
|
||||
XRT_SWAPCHAIN_CREATE_STATIC_IMAGE = (1 << 0),
|
||||
XRT_SWAPCHAIN_CREATE_STATIC_IMAGE = (1 << 1),
|
||||
};
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue