Interface gpuGPUColorTargetState

interface gpuGPUColorTargetState {
    blend: gpuGPUBlendState;
    format: string;
    writeMask?: number;
}

Properties

format: string
writeMask?: number