Trilium Frontend API
    Preparing search index...

    Interface GPURenderPassLayout

    interface GPURenderPassLayout {
        colorFormats: GPUTextureFormat[];
        depthStencilFormat?: GPUTextureFormat;
        label?: string;
        sampleCount?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    colorFormats: GPUTextureFormat[]
    depthStencilFormat?: GPUTextureFormat
    label?: string
    sampleCount?: number