gpu: update BufferBindingLayout defaults/optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e293843f5d
commit
534d9413fc
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ pub const BufferUsage = packed struct {
|
|||
|
||||
pub const BufferBindingLayout = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
type: BufferBindingType,
|
||||
type: BufferBindingType = .undef,
|
||||
has_dynamic_offset: bool = false,
|
||||
min_binding_size: u64 = 0,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue