Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface WebGLCapabilitiesParameters

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

    Hierarchy (View Summary)

    Index

    Properties

    logarithmicDepthBuffer?: boolean

    default is false.

    precision?: string

    shader precision. Can be "highp", "mediump" or "lowp".

    reversedDepthBuffer?: boolean

    default is false.