Trilium Frontend API
    Preparing search index...

    Interface GPURenderBundleEncoderDescriptor

    interface GPURenderBundleEncoderDescriptor {
        colorFormats: GPUTextureFormat[];
        depthReadOnly?: boolean;
        depthStencilFormat?: GPUTextureFormat;
        label?: string;
        sampleCount?: number;
        stencilReadOnly?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    colorFormats: GPUTextureFormat[]
    depthReadOnly?: boolean
    depthStencilFormat?: GPUTextureFormat
    label?: string
    sampleCount?: number
    stencilReadOnly?: boolean