gpu: implement Dawn bindGroupSetLabel
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f26b70fc7b
commit
3ad8cd6152
1 changed files with 1 additions and 3 deletions
|
|
@ -80,9 +80,7 @@ pub const Interface = gpu.Interface(struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn bindGroupSetLabel(bind_group: *gpu.BindGroup, label: [*:0]const u8) void {
|
pub inline fn bindGroupSetLabel(bind_group: *gpu.BindGroup, label: [*:0]const u8) void {
|
||||||
_ = bind_group;
|
procs.bindGroupSetLabel.?(@ptrCast(c.WGPUBindGroup, bind_group), label);
|
||||||
_ = label;
|
|
||||||
unreachable;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub inline fn bindGroupReference(bind_group: *gpu.BindGroup) void {
|
pub inline fn bindGroupReference(bind_group: *gpu.BindGroup) void {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue