Enum XrSwapchainCreateFlags
Flags bit for XrSwapchainCreateFlags
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
[Flags]
public enum XrSwapchainCreateFlags : ulong
Fields
Name | Description |
---|---|
XR_SWAPCHAIN_CREATE_PROTECTED_CONTENT_BIT | XrSwapchainCreateFlags bitmask 0x00000001 indicates that the swapchain’s images will be protected from CPU access, using a mechanism such as Vulkan protected memory. |
XR_SWAPCHAIN_CREATE_STATIC_IMAGE_BIT | XrSwapchainCreateFlags bitmask 0x00000002 indicates that the application will acquire and release only one image to this swapchain over its entire lifetime. The runtime must allocate only one swapchain image. |