gpu: update defaults/optionality for dawn.EncoderInternalUsageDescriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
36d083b62f
commit
2862c300b2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ pub const CacheDeviceDescriptor = extern struct {
|
|||
|
||||
pub const EncoderInternalUsageDescriptor = extern struct {
|
||||
chain: ChainedStruct,
|
||||
use_internal_usages: bool,
|
||||
use_internal_usages: bool = false,
|
||||
};
|
||||
|
||||
pub const InstanceDescriptor = extern struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue