gpu: implement Dawn renderPassEncoderRelease
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cc15b82841
commit
876b73db6d
1 changed files with 1 additions and 2 deletions
|
|
@ -1015,8 +1015,7 @@ pub const Interface = gpu.Interface(struct {
|
|||
}
|
||||
|
||||
pub inline fn renderPassEncoderRelease(render_pass_encoder: *gpu.RenderPassEncoder) void {
|
||||
_ = render_pass_encoder;
|
||||
unreachable;
|
||||
procs.renderPassEncoderRelease.?(@ptrCast(c.WGPURenderPassEncoder, render_pass_encoder));
|
||||
}
|
||||
|
||||
pub inline fn renderPipelineGetBindGroupLayout(render_pipeline: *gpu.RenderPipeline, group_index: u32) *gpu.BindGroupLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue