Class XrEnvironmentDepthImageViewMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEnvironmentDepthImageViewMETA extends Struct<XrEnvironmentDepthImageViewMETA> implements NativeResource

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