See https://github.com/hexops/mach/issues/133#issuecomment-999940767 Helps #109 Helps #133 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
5 lines
133 B
Zig
5 lines
133 B
Zig
pub const c = @cImport({
|
|
@cInclude("dawn/webgpu.h");
|
|
@cInclude("dawn/dawn_proc.h");
|
|
@cInclude("dawn_native_mach.h");
|
|
});
|