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
/
GPURenderPassColorAttachment
GPURender
Pass
Color
Attachment
WebGPU
data
class
GPURenderPassColorAttachment
(
var
view
:
GPUTextureView
,
var
loadOp
:
String
,
var
storeOp
:
String
,
var
clearValue
:
GPUColor
)
(
source
)
Members
Constructors
GPURender
Pass
Color
Attachment
Link copied to clipboard
WebGPU
constructor
(
view
:
GPUTextureView
,
loadOp
:
String
,
storeOp
:
String
,
clearValue
:
GPUColor
)
Properties
clear
Value
Link copied to clipboard
WebGPU
var
clearValue
:
GPUColor
load
Op
Link copied to clipboard
WebGPU
var
loadOp
:
String
store
Op
Link copied to clipboard
WebGPU
var
storeOp
:
String
view
Link copied to clipboard
WebGPU
var
view
:
GPUTextureView
Functions
to
Gpu
Link copied to clipboard
WebGPU
fun
toGpu
(
)
:
dynamic