supportsIndependentBlend property

  1. @override
bool get supportsIndependentBlend

Every colour target in a WebGPU pipeline carries its own equation, and the pipeline signature keys on the list of them, so the index has always been honoured here — R8 only asked.

Implementation

@override
bool get supportsIndependentBlend => true;