mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 17:08:21 +00:00
SupportedLimitsExtras.chain should be a ChainedStructOut to properly chain from SupportedLimits
This commit is contained in:
2
vendor/wgpu/wgpu_native_types.odin
vendored
2
vendor/wgpu/wgpu_native_types.odin
vendored
@@ -79,7 +79,7 @@ RequiredLimitsExtras :: struct {
|
||||
}
|
||||
|
||||
SupportedLimitsExtras :: struct {
|
||||
using chain: ChainedStruct,
|
||||
using chain: ChainedStructOut,
|
||||
limits: NativeLimits,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user