gpu: add BufferBindingType enum

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-09 10:11:30 -07:00 committed by Stephen Gutekanst
parent ce0389df23
commit 0ddbfaf2b3
3 changed files with 9 additions and 8 deletions

View file

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