Class XrEnvironmentDepthSwapchainCreateInfoMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrEnvironmentDepthSwapchainCreateInfoMETA>
org.lwjgl.openxr.XrEnvironmentDepthSwapchainCreateInfoMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrEnvironmentDepthSwapchainCreateInfoMETA extends org.lwjgl.system.Struct<XrEnvironmentDepthSwapchainCreateInfoMETA> implements org.lwjgl.system.NativeResource
XrEnvironmentDepthSwapchainCreateInfoMETA.
Description

XrEnvironmentDepthSwapchainCreateInfoMETA contains creation options for the readable depth swapchain, and is passed to CreateEnvironmentDepthSwapchainMETA.

Valid Usage (Implicit)
See Also

CreateEnvironmentDepthSwapchainMETA

Layout


 struct XrEnvironmentDepthSwapchainCreateInfoMETA {
     XrStructureType type();
     void const * next();
     XrEnvironmentDepthSwapchainCreateFlagsMETA createFlags();
 }