gpu: add VertexBufferLayout

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:02:17 -07:00 committed by Stephen Gutekanst
parent d70f5695b6
commit 04378a8ff7
3 changed files with 9 additions and 10 deletions

View file

@ -83,6 +83,7 @@ pub const StencilFaceState = @import("structs.zig").StencilFaceState;
pub const VertexAttribute = @import("structs.zig").VertexAttribute;
pub const BlendComponent = @import("structs.zig").BlendComponent;
pub const BlendState = @import("structs.zig").BlendState;
pub const VertexBufferLayout = @import("structs.zig").VertexBufferLayout;
// Enumerations
pub const Feature = @import("enums.zig").Feature;