gpu: implement Dawn commandEncoderRelease
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c5a7e31786
commit
8a294aa4f1
1 changed files with 1 additions and 2 deletions
|
|
@ -309,8 +309,7 @@ pub const Interface = gpu.Interface(struct {
|
|||
}
|
||||
|
||||
pub inline fn commandEncoderRelease(command_encoder: *gpu.CommandEncoder) void {
|
||||
_ = command_encoder;
|
||||
unreachable;
|
||||
procs.commandEncoderRelease.?(@ptrCast(c.WGPUCommandEncoder, command_encoder));
|
||||
}
|
||||
|
||||
pub inline fn computePassEncoderDispatchWorkgroups(compute_pass_encoder: *gpu.ComputePassEncoder, workgroup_count_x: u32, workgroup_count_y: u32, workgroup_count_z: u32) void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue