gpu: update to latest webgpu.h API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
74067bebed
commit
fdd3270a0f
22 changed files with 201 additions and 161 deletions
|
|
@ -56,7 +56,7 @@ pub const Queue = opaque {
|
|||
}
|
||||
|
||||
pub inline fn submit(queue: *Queue, commands: []const *const CommandBuffer) void {
|
||||
Impl.queueSubmit(queue, @intCast(u32, commands.len), commands.ptr);
|
||||
Impl.queueSubmit(queue, commands.len, commands.ptr);
|
||||
}
|
||||
|
||||
pub inline fn writeBuffer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue