G-code Preview — API Reference
    Preparing search index...

    The GPU-facing subset of RenderStats, probed once from a live WebGL renderer.

    interface GpuInfo {
        capability: RenderCapability;
        gpuRenderer: null | string;
        gpuVendor: null | string;
        webglVersion: null | 1 | 2;
    }
    Index

    Properties

    capability: RenderCapability
    gpuRenderer: null | string
    gpuVendor: null | string
    webglVersion: null | 1 | 2