3 lines
61 B
Zig
3 lines
61 B
Zig
pub const c = @cImport({
|
|
@cInclude("dawn/webgpu.h");
|
|
});
|
pub const c = @cImport({
|
|
@cInclude("dawn/webgpu.h");
|
|
});
|