webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUExtent3D
WGPUExtent3D
value
class
WGPUExtent3D
(
val
$mem
:
MemorySegment
)
TODO
Members
Constructors
WGPUExtent3D
Link copied to clipboard
constructor
(
gc
:
Boolean
)
constructor
(
$mem
:
MemorySegment
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
$mem
Link copied to clipboard
val
$mem
:
MemorySegment
depth
Or
Array
Layers
Link copied to clipboard
var
depthOrArrayLayers
:
<Error class: unknown class>
TODO
height
Link copied to clipboard
var
height
:
<Error class: unknown class>
TODO
width
Link copied to clipboard
var
width
:
<Error class: unknown class>
TODO