mach/gpu/src/c.zig
Stephen Gutekanst 414887db2a gpu: add foundation for interface
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-03-19 00:51:48 -07:00

3 lines
63 B
Zig

pub const c = @cImport({
@cInclude("webgpu/webgpu.h");
});