gpu: correct deviceSetLoggingCallback callback optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
ae5bb78e09
commit
4ba5640da4
1 changed files with 1 additions and 1 deletions
|
|
@ -1807,7 +1807,7 @@ pub const StubInterface = Interface(struct {
|
||||||
unreachable;
|
unreachable;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn deviceSetLoggingCallback(device: *gpu.Device, callback: gpu.LoggingCallback, userdata: ?*anyopaque) void {
|
pub inline fn deviceSetLoggingCallback(device: *gpu.Device, callback: ?gpu.LoggingCallback, userdata: ?*anyopaque) void {
|
||||||
_ = device;
|
_ = device;
|
||||||
_ = callback;
|
_ = callback;
|
||||||
_ = userdata;
|
_ = userdata;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue