gpu: add StorageTextureBindingLayout

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 16:09:43 -07:00 committed by Stephen Gutekanst
parent 50e1151a72
commit da4edf6e1d
3 changed files with 10 additions and 7 deletions

View file

@ -91,6 +91,7 @@ pub const VertexBufferLayout = @import("data.zig").VertexBufferLayout;
pub const CompilationMessage = @import("structs.zig").CompilationMessage;
pub const MultisampleState = @import("structs.zig").MultisampleState;
pub const PrimitiveState = @import("structs.zig").PrimitiveState;
pub const StorageTextureBindingLayout = @import("structs.zig").StorageTextureBindingLayout;
// Enumerations
pub const Feature = @import("enums.zig").Feature;