wgpu: remove mode field of uncaptured error callback info

This commit is contained in:
Laytan Laats
2025-02-27 18:31:32 +01:00
parent 30f65372de
commit 1cb28f7f73
2 changed files with 12 additions and 2 deletions
-1
View File
@@ -853,7 +853,6 @@ RequestDeviceCallbackInfo :: struct {
UncapturedErrorCallbackInfo :: struct {
nextInChain: ^ChainedStructOut,
mode: CallbackMode,
callback: UncapturedErrorCallback,
userdata1: rawptr,
userdata2: rawptr,