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

    Interface WebGPUPipelineCache

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

    Properties

    bgLayouts: GPUBindGroupLayout[]
    layout: GPUPipelineLayout
    pipeline: GPURenderPipeline