W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUColorTargetState
interface
GPUColorTargetState {
blend?
:
GPUBlendState
;
format
:
GPUTextureFormat
;
writeMask?
:
GPUColorWriteFlags
;
}
Properties
blend?
:
GPUBlendState
format
:
GPUTextureFormat
writeMask?
:
GPUColorWriteFlags
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUColorTargetState