wgpu4k-native
Toggle table of contents
v24.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
wgpu4k-native
wgpu4k-native
/
io.ygdrasil.wgpu
/
Functions
/
wgpuComputePassEncoderDispatchWorkgroups
wgpu
Compute
Pass
Encoder
Dispatch
Workgroups
jvm
fun
wgpuComputePassEncoderDispatchWorkgroups
(
handler
:
MemorySegment
,
workgroupCountX
:
UInt
,
workgroupCountY
:
UInt
,
workgroupCountZ
:
UInt
)