gpu: add PowerPreference enum

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

View file

@ -61,6 +61,7 @@ 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;
pub const PowerPreference = @import("enums.zig").PowerPreference;
test "syntax" {
_ = Interface;