add higher-level app library
Fixes hexops/mach#190 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
38095942d9
commit
49f80de6ab
7 changed files with 586 additions and 10 deletions
5
src/c.zig
Normal file
5
src/c.zig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub const c = @cImport({
|
||||
@cInclude("dawn/webgpu.h");
|
||||
@cInclude("dawn/dawn_proc.h");
|
||||
@cInclude("dawn_native_mach.h");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue