webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUDeviceLostCallback
WGPUDevice
Lost
Callback
typealias
WGPUDeviceLostCallback
=
Pointer
<
(
device
:
Pointer
<
WGPUDevice
>
,
reason
:
WGPUDeviceLostReason
,
message
:
WGPUStringView
,
userdata1
:
Pointer
<
Unit
>
,
userdata2
:
Pointer
<
Unit
>
)
->
Unit
>