gpu: implement Dawn deviceTick

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-30 15:33:16 -07:00 committed by Stephen Gutekanst
parent 5e9b056db5
commit a299241fb7

View file

@ -581,8 +581,7 @@ pub const Interface = gpu.Interface(struct {
}
pub inline fn deviceTick(device: *gpu.Device) void {
_ = device;
unreachable;
procs.deviceTick.?(@ptrCast(c.WGPUDevice, device));
}
pub inline fn deviceReference(device: *gpu.Device) void {