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