Class XrEnvironmentDepthImageViewMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEnvironmentDepthImageViewMETA extends Struct<XrEnvironmentDepthImageViewMETA> implements NativeResource

 struct XrEnvironmentDepthImageViewMETA {
     XrStructureType type;
     void const * next;
     {@link XrFovf XrFovf} fov;
     {@link XrPosef XrPosef} pose;
 }