deno / 1.23.2 / ~ / gpucolortargetstate.html /

GPUColorTargetState

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

Properties

blend? : GPUBlendState
format : GPUTextureFormat
writeMask? : GPUColorWriteFlags