Chartbreaker
    Preparing search index...

    Interface GPURenderBundleEncoderDescriptor

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

    Hierarchy (View Summary)

    Index

    Properties

    colorFormats: (GPUTextureFormat | null)[]
    depthReadOnly?: boolean
    depthStencilFormat?: GPUTextureFormat
    label?: string
    sampleCount?: number
    stencilReadOnly?: boolean