gpu: implement Dawn textureViewRelease

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-30 15:29:29 -07:00 committed by Stephen Gutekanst
parent b4dc78bffd
commit 95cd8c7d1e

View file

@ -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));
}
});