gpu: add LoadOp enum
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2779b6944c
commit
704b3d5c3c
2 changed files with 8 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ pub const ErrorType = @import("enums.zig").ErrorType;
|
|||
pub const FilterMode = @import("enums.zig").FilterMode;
|
||||
pub const FrontFace = @import("enums.zig").FrontFace;
|
||||
pub const IndexFormat = @import("enums.zig").IndexFormat;
|
||||
pub const LoadOp = @import("enums.zig").LoadOp;
|
||||
|
||||
test "syntax" {
|
||||
_ = Interface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue