webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUComputePassDescriptor
WGPUCompute
Pass
Descriptor
value
class
WGPUComputePassDescriptor
(
val
$mem
:
MemorySegment
)
TODO
Members
Constructors
WGPUCompute
Pass
Descriptor
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
label
Link copied to clipboard
var
label
:
WGPUStringView
TODO
next
In
Chain
Link copied to clipboard
var
nextInChain
:
Pointer
<
WGPUChainedStruct
>
timestamp
Writes
Link copied to clipboard
var
timestampWrites
:
Pointer
<
WGPUPassTimestampWrites
>
TODO