Trilium Frontend API
    Preparing search index...

    Interface GPUColorTargetState

    interface GPUColorTargetState {
        blend?: GPUBlendState;
        format: GPUTextureFormat;
        writeMask?: number;
    }
    Index

    Properties

    writeMask?: number