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