gpu: convert *opaque -> opaque for Adapter

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-29 18:48:48 -07:00 committed by Stephen Gutekanst
parent 41fe42e366
commit eb646e6f43
3 changed files with 35 additions and 35 deletions

View file

@ -26,7 +26,7 @@ pub const Instance = *opaque {
pub const RequestAdapterCallback = fn (
status: RequestAdapterStatus,
adapter: Adapter,
adapter: *Adapter,
message: ?[*:0]const u8,
userdata: *anyopaque,
) callconv(.C) void;