Class XrEnvironmentDepthProviderCreateInfoMETA

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

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

The XrEnvironmentDepthProviderCreateInfoMETA structure provides creation options for the XrEnvironmentDepthProviderMETA when passed to CreateEnvironmentDepthProviderMETA.

Valid Usage (Implicit)
See Also

CreateEnvironmentDepthProviderMETA

Layout


 struct XrEnvironmentDepthProviderCreateInfoMETA {
     XrStructureType type();
     void const * next();
     XrEnvironmentDepthProviderCreateFlagsMETA createFlags();
 }