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