Class XrEnvironmentDepthImageAcquireInfoMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEnvironmentDepthImageAcquireInfoMETA extends Struct<XrEnvironmentDepthImageAcquireInfoMETA> implements NativeResource

 struct XrEnvironmentDepthImageAcquireInfoMETA {
     XrStructureType type;
     void const * next;
     XrSpace space;
     XrTime displayTime;
 }