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
/
GPUExtent3D
GPUExtent3D
WebGPU
data
class
GPUExtent3D
(
var
width
:
Int
,
var
height
:
Int
,
var
depth
:
Int
?
=
undefined
)
(
source
)
Members
Constructors
GPUExtent3D
Link copied to clipboard
WebGPU
constructor
(
width
:
Int
,
height
:
Int
,
depth
:
Int
?
=
undefined
)
Properties
depth
Link copied to clipboard
WebGPU
var
depth
:
Int
?
height
Link copied to clipboard
WebGPU
var
height
:
Int
width
Link copied to clipboard
WebGPU
var
width
:
Int
Functions
to
Gpu
Link copied to clipboard
WebGPU
fun
toGpu
(
)
:
dynamic