gpu: add LoadOp enum

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-09 10:51:58 -07:00 committed by Stephen Gutekanst
parent 2779b6944c
commit 704b3d5c3c
2 changed files with 8 additions and 0 deletions

View file

@ -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;