gpu: implement Dawn textureDestroy
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7b62d5f81b
commit
d382980ba2
1 changed files with 1 additions and 2 deletions
|
|
@ -1094,8 +1094,7 @@ pub const Interface = gpu.Interface(struct {
|
|||
}
|
||||
|
||||
pub inline fn textureDestroy(texture: *gpu.Texture) void {
|
||||
_ = texture;
|
||||
unreachable;
|
||||
procs.textureDestroy.?(@ptrCast(c.WGPUTexture, texture));
|
||||
}
|
||||
|
||||
pub inline fn textureGetDepthOrArrayLayers(texture: *gpu.Texture) u32 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue