wgpu4k
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k
wgpu4k
/
io.ygdrasil.webgpu
/
Size3D
Size3D
data
class
Size3D
(
val
width
:
UInt
,
val
height
:
UInt
,
val
depthOrArrayLayers
:
UInt
)
Members
Constructors
Size3D
Link copied to clipboard
constructor
(
width
:
UInt
,
height
:
UInt
,
depthOrArrayLayers
:
UInt
)
Properties
depth
Or
Array
Layers
Link copied to clipboard
val
depthOrArrayLayers
:
UInt
height
Link copied to clipboard
val
height
:
UInt
width
Link copied to clipboard
val
width
:
UInt
Functions
to
Array
Link copied to clipboard
fun
toArray
(
)
:
Array
<
UInt
>