gpu: add foundation for interface
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
bf8076918b
commit
414887db2a
8 changed files with 181 additions and 64 deletions
3
gpu/src/c.zig
Normal file
3
gpu/src/c.zig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub const c = @cImport({
|
||||
@cInclude("webgpu/webgpu.h");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue