gpu: move BufferBindingType -> Buffer.BindingType
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2e68792f0d
commit
84c532156e
4 changed files with 9 additions and 11 deletions
|
|
@ -2,7 +2,6 @@
|
|||
const Buffer = @import("Buffer.zig");
|
||||
const Sampler = @import("Sampler.zig");
|
||||
const TextureView = @import("TextureView.zig");
|
||||
const BufferBindingType = @import("enums.zig").BufferBindingType;
|
||||
const CompilationMessageType = @import("enums.zig").CompilationMessageType;
|
||||
const PrimitiveTopology = @import("enums.zig").PrimitiveTopology;
|
||||
const IndexFormat = @import("enums.zig").IndexFormat;
|
||||
|
|
@ -19,7 +18,7 @@ pub const BindGroupEntry = struct {
|
|||
};
|
||||
|
||||
pub const BufferBindingLayout = struct {
|
||||
type: BufferBindingType,
|
||||
type: Buffer.BindingType,
|
||||
has_dynamic_offset: bool,
|
||||
min_binding_size: u64,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue