gpu: add VertexBufferLayout
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d70f5695b6
commit
04378a8ff7
3 changed files with 9 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue