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