maxColorAttachments property

  1. @override
int get maxColorAttachments

Four — gfx-50n.

The specification's maxColorAttachments limit, whose guaranteed floor is four and which no device may report below. A constant rather than a query for once, because here the floor is the promise: a WebGPU device that offered fewer would not be a WebGPU device.

Implementation

@override
int get maxColorAttachments => 4;