gpu: implement Dawn bufferUnmap
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b8faf67b77
commit
3821eaacff
1 changed files with 1 additions and 2 deletions
|
|
@ -149,8 +149,7 @@ pub const Interface = gpu.Interface(struct {
|
|||
}
|
||||
|
||||
pub inline fn bufferUnmap(buffer: *gpu.Buffer) void {
|
||||
_ = buffer;
|
||||
unreachable;
|
||||
procs.bufferUnmap.?(@ptrCast(c.WGPUBuffer, buffer));
|
||||
}
|
||||
|
||||
pub inline fn bufferReference(buffer: *gpu.Buffer) void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue