webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUBufferMapCallback
WGPUBuffer
Map
Callback
typealias
WGPUBufferMapCallback
=
Pointer
<
(
status
:
WGPUMapAsyncStatus
,
message
:
WGPUStringView
,
userdata1
:
Pointer
<
Unit
>
,
userdata2
:
Pointer
<
Unit
>
)
->
Unit
>