gpu: add exports
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
49b7e423d3
commit
0fd769923c
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue