gpu: update defaults/optionality for RequestDeviceCallback
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7d14a98e1f
commit
7fe253d11f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ pub const Adapter = *opaque {
|
||||||
pub const RequestDeviceCallback = fn (
|
pub const RequestDeviceCallback = fn (
|
||||||
status: RequestDeviceStatus,
|
status: RequestDeviceStatus,
|
||||||
device: Device,
|
device: Device,
|
||||||
message: [*:0]const u8,
|
message: ?[*:0]const u8,
|
||||||
userdata: *anyopaque,
|
userdata: *anyopaque,
|
||||||
) callconv(.C) void;
|
) callconv(.C) void;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue