gpu: add VertexState

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 17:19:40 -07:00 committed by Stephen Gutekanst
parent 77810482bd
commit ec300679a0
3 changed files with 10 additions and 11 deletions

View file

@ -100,6 +100,7 @@ pub const ComputePassTimestampWrite = @import("structs.zig").ComputePassTimestam
pub const RenderPassTimestampWrite = @import("structs.zig").RenderPassTimestampWrite;
pub const RenderPassDepthStencilAttachment = @import("structs.zig").RenderPassDepthStencilAttachment;
pub const RenderPassColorAttachment = @import("structs.zig").RenderPassColorAttachment;
pub const VertexState = @import("structs.zig").VertexState;
// Enumerations
pub const Feature = @import("enums.zig").Feature;