mwg API
    Preparing search index...

    Interface GraphicsCapabilities

    interface GraphicsCapabilities {
        webgl1: boolean;
        webgl2: boolean;
        webgpu: boolean;
        wgsl: boolean;
    }
    Index
    webgl1: boolean
    webgl2: boolean
    webgpu: boolean
    wgsl: boolean

    WGSL is usable only through a WebGPU-capable browser runtime.