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