gpu: add BlendOperation enum

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-09 10:00:41 -07:00 committed by Stephen Gutekanst
parent 7e8e2e921b
commit ce0389df23
3 changed files with 23 additions and 22 deletions

View file

@ -43,6 +43,7 @@ pub const PresentMode = @import("enums.zig").PresentMode;
pub const AddressMode = @import("enums.zig").AddressMode;
pub const AlphaMode = @import("enums.zig").AlphaMode;
pub const BlendFactor = @import("enums.zig").BlendFactor;
pub const BlendOperation = @import("enums.zig").BlendOperation;
test "syntax" {
_ = Interface;