Class XrCompositionLayerDepthTestVARJO

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerDepthTestVARJO extends Struct<XrCompositionLayerDepthTestVARJO> implements NativeResource
struct XrCompositionLayerDepthTestVARJO {
    XrStructureType type;
    void const * next;
    float depthTestRangeNearZ;
    float depthTestRangeFarZ;
}