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