gpu: add PrimitiveState

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:32:18 -07:00 committed by Stephen Gutekanst
parent a6be646b94
commit e2ed25babc
3 changed files with 14 additions and 8 deletions

View file

@ -90,6 +90,7 @@ pub const BindGroupEntry = @import("structs.zig").BindGroupEntry;
pub const BufferBindingLayout = @import("structs.zig").BufferBindingLayout;
pub const CompilationMessage = @import("structs.zig").CompilationMessage;
pub const MultisampleState = @import("structs.zig").MultisampleState;
pub const PrimitiveState = @import("structs.zig").PrimitiveState;
// Enumerations
pub const Feature = @import("enums.zig").Feature;