Small World Engine API Reference - v0.76.20
    Preparing search index...

    Interface WebGPUPipelineCache

    interface WebGPUPipelineCache {
        bgLayouts: GPUBindGroupLayout[];
        layout: GPUPipelineLayout;
        pipeline: GPURenderPipeline;
        refCount: number;
    }
    Index
    bgLayouts: GPUBindGroupLayout[]
    layout: GPUPipelineLayout
    pipeline: GPURenderPipeline
    refCount: number

    Number of live Object3D instances currently referencing this pipeline.