deno / latest / ~ / gpucolortargetstate.html

GPUColorTargetState

interface GPUColorTargetState {
    
blend?: GPUBlendState;
writeMask?: GPUColorWriteFlags;
}

Properties

blend?: GPUBlendState
writeMask?: GPUColorWriteFlags