gpu: convert *opaque -> opaque for Adapter
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
41fe42e366
commit
eb646e6f43
3 changed files with 35 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue