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