Class XrEnvironmentDepthImageViewMETA

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

public class XrEnvironmentDepthImageViewMETA extends org.lwjgl.system.Struct<XrEnvironmentDepthImageViewMETA> implements org.lwjgl.system.NativeResource
XrEnvironmentDepthImageViewMETA.
Valid Usage (Implicit)
See Also

XrEnvironmentDepthImageMETA, XrFovf, XrPosef

Layout


 struct XrEnvironmentDepthImageViewMETA {
     XrStructureType type();
     void const * next();
     XrFovf fov();
     XrPosef pose();
 }