Class XrViewConfigurationDepthRangeEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrViewConfigurationDepthRangeEXT extends Struct<XrViewConfigurationDepthRangeEXT> implements NativeResource
struct XrViewConfigurationDepthRangeEXT {
    XrStructureType type;
    void * next;
    float recommendedNearZ;
    float minNearZ;
    float recommendedFarZ;
    float maxFarZ;
}