interface WebGLCapabilitiesParameters {
    logarithmicDepthBuffer?: boolean;
    precision?: string;
}

Properties

logarithmicDepthBuffer?: boolean
precision?: string