gpu: implement Dawn textureViewRelease
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b4dc78bffd
commit
95cd8c7d1e
1 changed files with 1 additions and 2 deletions
|
|
@ -1184,8 +1184,7 @@ pub const Interface = gpu.Interface(struct {
|
|||
}
|
||||
|
||||
pub inline fn textureViewRelease(texture_view: *gpu.TextureView) void {
|
||||
_ = texture_view;
|
||||
unreachable;
|
||||
procs.textureViewRelease.?(@ptrCast(c.WGPUTextureView, texture_view));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue