xrt: Make swapchain static image bit match OpenXR

This commit is contained in:
Jakob Bornecrantz 2020-07-23 12:26:53 +01:00
parent a04c162ab3
commit ee6aa4ee1d
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Make `xrt_swapchain_create_flags` swapchain static image bit match OpenXR.

View file

@ -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),
};
/*!