gpu: implement Dawn bindGroupRelease

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-30 15:15:32 -07:00 committed by Stephen Gutekanst
parent 2b9a9fc6a2
commit 06634d9dd7

View file

@ -90,8 +90,7 @@ pub const Interface = gpu.Interface(struct {
}
pub inline fn bindGroupRelease(bind_group: *gpu.BindGroup) void {
_ = bind_group;
unreachable;
procs.bindGroupRelease.?(@ptrCast(c.WGPUBindGroup, bind_group));
}
pub inline fn bindGroupLayoutSetLabel(bind_group_layout: *gpu.BindGroupLayout, label: [*:0]const u8) void {