mach/gpu/examples/c.zig
Stephen Gutekanst 9568bff8ab gpu: update example to latest mach/gpu API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-08-12 00:43:43 -07:00

3 lines
61 B
Zig

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