mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
wgpu: remove mode field of uncaptured error callback info
This commit is contained in:
Vendored
-1
@@ -853,7 +853,6 @@ RequestDeviceCallbackInfo :: struct {
|
||||
|
||||
UncapturedErrorCallbackInfo :: struct {
|
||||
nextInChain: ^ChainedStructOut,
|
||||
mode: CallbackMode,
|
||||
callback: UncapturedErrorCallback,
|
||||
userdata1: rawptr,
|
||||
userdata2: rawptr,
|
||||
|
||||
Reference in New Issue
Block a user