gpu: update TogglesDeviceDescriptor defaults/optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9b969c6038
commit
64f659a23a
1 changed files with 4 additions and 4 deletions
|
|
@ -25,8 +25,8 @@ pub const TextureInternalUsageDescriptor = extern struct {
|
||||||
|
|
||||||
pub const TogglesDeviceDescriptor = extern struct {
|
pub const TogglesDeviceDescriptor = extern struct {
|
||||||
chain: ChainedStruct,
|
chain: ChainedStruct,
|
||||||
force_enabled_toggles_count: u32,
|
force_enabled_toggles_count: u32 = 0,
|
||||||
force_enabled_toggles: [*]const u8,
|
force_enabled_toggles: ?[*]const u8 = null,
|
||||||
force_disabled_toggles_count: u32,
|
force_disabled_toggles_count: u32 = 0,
|
||||||
force_disabled_toggles: [*]const u8,
|
force_disabled_toggles: ?[*]const u8 = null,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue