gpu: implement Dawn computePassEncoderSetLabel
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
ba004f9e61
commit
67faf43b5f
1 changed files with 1 additions and 3 deletions
|
|
@ -348,9 +348,7 @@ pub const Interface = gpu.Interface(struct {
|
|||
}
|
||||
|
||||
pub inline fn computePassEncoderSetLabel(compute_pass_encoder: *gpu.ComputePassEncoder, label: [*:0]const u8) void {
|
||||
_ = compute_pass_encoder;
|
||||
_ = label;
|
||||
unreachable;
|
||||
procs.computePassEncoderSetLabel.?(@ptrCast(c.WGPUComputePassEncoder, compute_pass_encoder), label);
|
||||
}
|
||||
|
||||
pub inline fn computePassEncoderSetPipeline(compute_pass_encoder: *gpu.ComputePassEncoder, pipeline: *gpu.ComputePipeline) void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue