gpu: add BindGroup.Entry

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-15 00:36:35 -07:00 committed by Stephen Gutekanst
parent 3c8dfa06a1
commit a6eab5ef18
5 changed files with 15 additions and 13 deletions

View file

@ -3,7 +3,6 @@ const std = @import("std");
pub const Buffer = enum(usize) {
_,
// TODO: verify there is a use case for nullable value of this type.
pub const none: Buffer = @intToEnum(Buffer, 0);
pub const BindingType = enum(u32) {