WasmGPU - v0.6.0
    Preparing search index...

    Type Alias PerformanceStatsSources

    type PerformanceStatsSources = {
        getCullingStats?: () => { tested: number; visible: number } | null;
        getGpuTimeNs?: () => number | null;
    }
    Index

    Properties

    getCullingStats?: () => { tested: number; visible: number } | null
    getGpuTimeNs?: () => number | null