gpu: add exports

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:15:46 -07:00 committed by Stephen Gutekanst
parent 49b7e423d3
commit 0fd769923c

View file

@ -87,6 +87,8 @@ pub const VertexBufferLayout = @import("data.zig").VertexBufferLayout;
// Data structures not ABI-compatible with webgpu.h
pub const BindGroupEntry = @import("structs.zig").BindGroupEntry;
pub const BufferBindingLayout = @import("structs.zig").BufferBindingLayout;
pub const CompilationMessage = @import("structs.zig").CompilationMessage;
// Enumerations
pub const Feature = @import("enums.zig").Feature;