gpu: convert *opaque -> opaque for Queue

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-29 22:46:15 -07:00 committed by Stephen Gutekanst
parent c75d1d9e06
commit f73621cba2
3 changed files with 10 additions and 10 deletions

View file

@ -125,7 +125,7 @@ pub const Device = opaque {
return Impl.deviceGetLimits(device, limits);
}
pub inline fn getQueue(device: *Device) Queue {
pub inline fn getQueue(device: *Device) *Queue {
return Impl.deviceGetQueue(device);
}