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