gpu: convert *opaque -> opaque for Device

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-29 22:34:29 -07:00 committed by Stephen Gutekanst
parent cd62412ec7
commit 862a555697
2 changed files with 36 additions and 36 deletions

View file

@ -72,7 +72,7 @@ pub const Adapter = opaque {
pub const RequestDeviceCallback = fn (
status: RequestDeviceStatus,
device: Device,
device: *Device,
message: ?[*:0]const u8,
userdata: *anyopaque,
) callconv(.C) void;