zgpu
git clone
git://git.electrosoup.com/zgpu
Log
|
Files
|
Refs
|
Submodules
|
README
c.zig (81B)
1
pub const c = @cImport({
2
@cInclude("webgpu.h");
3
@cInclude("wgpu.h");
4
});