Interface WebGLCapabilitiesParameters

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

Properties

precision?: string
logarithmicDepthBuffer?: boolean