gpu: update BindGroupEntry defaults/optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
71e371918e
commit
e293843f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ pub const BindGroupEntry = extern struct {
|
|||
next_in_chain: *const ChainedStruct,
|
||||
binding: u32,
|
||||
buffer: ?Buffer,
|
||||
offset: u64,
|
||||
offset: u64 = 0,
|
||||
size: u64,
|
||||
sampler: ?Sampler,
|
||||
texture_view: ?TextureView,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue