gpu: add FragmentState

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

View file

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