Class XrEnvironmentDepthImageMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEnvironmentDepthImageMETA extends Struct<XrEnvironmentDepthImageMETA> implements NativeResource

 struct XrEnvironmentDepthImageMETA {
     XrStructureType type;
     void const * next;
     uint32_t swapchainIndex;
     float nearZ;
     float farZ;
     {@link XrEnvironmentDepthImageViewMETA XrEnvironmentDepthImageViewMETA} views[2];
 }