Zernikalos
Toggle table of contents
0.7.0
WebGPU
Target filter
WebGPU
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos.context.webgpu
/
GPUColorTargetState
GPUColor
Target
State
WebGPU
data
class
GPUColorTargetState
(
var
format
:
String
,
var
blend
:
GPUBlendState
?
=
null
,
var
writeMask
:
Int
?
=
null
)
(
source
)
Members
Constructors
GPUColor
Target
State
Link copied to clipboard
WebGPU
constructor
(
format
:
String
,
blend
:
GPUBlendState
?
=
null
,
writeMask
:
Int
?
=
null
)
Properties
blend
Link copied to clipboard
WebGPU
var
blend
:
GPUBlendState
?
format
Link copied to clipboard
WebGPU
var
format
:
String
write
Mask
Link copied to clipboard
WebGPU
var
writeMask
:
Int
?
Functions
to
Gpu
Link copied to clipboard
WebGPU
fun
toGpu
(
)
:
dynamic