gpu: convert *opaque -> opaque for Device
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cd62412ec7
commit
862a555697
2 changed files with 36 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue