gpu: fix RequestAdapterCallback optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b5601d69e6
commit
51cbc40798
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ pub const Instance = *opaque {
|
|||
pub const RequestAdapterCallback = fn (
|
||||
status: RequestAdapterStatus,
|
||||
adapter: Adapter,
|
||||
message: [*:0]const u8,
|
||||
message: ?[*:0]const u8,
|
||||
userdata: *anyopaque,
|
||||
) callconv(.C) void;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue