gpu: update defaults/optionality for dawn.TextureInternalUsageDescriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2862c300b2
commit
56011475af
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pub const InstanceDescriptor = extern struct {
|
|||
|
||||
pub const TextureInternalUsageDescriptor = extern struct {
|
||||
chain: ChainedStruct,
|
||||
internal_usage: TextureUsageFlags,
|
||||
internal_usage: TextureUsageFlags = TextureUsageFlags.none,
|
||||
};
|
||||
|
||||
pub const TogglesDeviceDescriptor = extern struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue