W3cubDocs

/Deno

GPUColorTargetState

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

Properties

blend?: GPUBlendState
writeMask?: GPUColorWriteFlags