Class XrCompositionLayerDepthInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerDepthInfoKHR extends Struct<XrCompositionLayerDepthInfoKHR> implements NativeResource

 struct XrCompositionLayerDepthInfoKHR {
     XrStructureType type;
     void const * next;
     {@link XrSwapchainSubImage XrSwapchainSubImage} subImage;
     float minDepth;
     float maxDepth;
     float nearZ;
     float farZ;
 }