skia
    Preparing search index...

    Interface WebGPUCanvasOptions

    Options for configuring a canvas WebGPU context. If an option is omitted, a default specified by the WebGPU standard will be used.

    interface WebGPUCanvasOptions {
        alphaMode?: GPUCanvasAlphaMode;
        format?: GPUTextureFormat;
    }
    Index

    Properties

    Properties

    alphaMode?: GPUCanvasAlphaMode
    format?: GPUTextureFormat