- To the GPUFeatureName enum, add:
"per-attachment-blend-state",
- Under the section validating GPUFragmentState, add:
If "per-attachment-blend-state"
is not enabled:
- colorState.blend must contain the same value for all indices in descriptor.targets
- colorState.writemask must contain the same value for all indices in descriptor.targets
- Under the section Feature Index, add a new section:
25.12. "per-attachment-blend-state"
In GPUFragmentState indices in descriptor.targets, may differ in colorState.blend and/or colorState.writemask
- Under the section validating GPUFragmentState, add:
If compatibilityMode
is enabled for this Adapter: