gpu: implement Dawn deviceTick
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5e9b056db5
commit
a299241fb7
1 changed files with 1 additions and 2 deletions
|
|
@ -581,8 +581,7 @@ pub const Interface = gpu.Interface(struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn deviceTick(device: *gpu.Device) void {
|
pub inline fn deviceTick(device: *gpu.Device) void {
|
||||||
_ = device;
|
procs.deviceTick.?(@ptrCast(c.WGPUDevice, device));
|
||||||
unreachable;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn deviceReference(device: *gpu.Device) void {
|
pub inline fn deviceReference(device: *gpu.Device) void {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue