gpu: implement Dawn querySetSetLabel

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-30 15:34:18 -07:00 committed by Stephen Gutekanst
parent beef23a79c
commit c114f57a79

View file

@ -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 {