mwg API
    Preparing search index...

    Interface GraphicsProbe

    interface GraphicsProbe {
        webgpu?: boolean;
        wgsl?: boolean;
        createCanvas?(): { getContext(kind: string): unknown } | null;
    }
    Index
    webgpu?: boolean
    wgsl?: boolean

    whether a real WGSL shader actually compiled; see detectWebGpu for how to get one