gpu: implement Dawn renderPipelineSetLabel

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-30 15:35:33 -07:00 committed by Stephen Gutekanst
parent 8c58d92fa3
commit bb62ec7621

View file

@ -995,9 +995,7 @@ pub const Interface = gpu.Interface(struct {
}
pub inline fn renderPipelineSetLabel(render_pipeline: *gpu.RenderPipeline, label: [*:0]const u8) void {
_ = render_pipeline;
_ = label;
unreachable;
procs.renderPipelineSetLabel.?(@ptrCast(c.WGPURenderPipeline, render_pipeline), label);
}
pub inline fn renderPipelineReference(render_pipeline: *gpu.RenderPipeline) void {