gpu: update BufferDescription defaults/optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4863d9dfc8
commit
f300761441
1 changed files with 1 additions and 1 deletions
|
|
@ -107,5 +107,5 @@ pub const BufferDescriptor = extern struct {
|
|||
label: ?[*:0]const u8 = null,
|
||||
usage: BufferUsage,
|
||||
size: u64,
|
||||
mapped_at_creation: bool,
|
||||
mapped_at_creation: bool = true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue