gpu: add PipelineStatistic enum

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-09 10:54:26 -07:00 committed by Stephen Gutekanst
parent e539b62e35
commit a397984089
2 changed files with 10 additions and 0 deletions

View file

@ -60,6 +60,7 @@ pub const FrontFace = @import("enums.zig").FrontFace;
pub const IndexFormat = @import("enums.zig").IndexFormat;
pub const LoadOp = @import("enums.zig").LoadOp;
pub const LoggingType = @import("enums.zig").LoggingType;
pub const PipelineStatistic = @import("enums.zig").PipelineStatistic;
test "syntax" {
_ = Interface;