Variable kMaxColorAttachmentsToTestConst

kMaxColorAttachmentsToTest: 32 = 32

The number of color attachments to test. The CTS needs to generate a consistent list of tests. We can't use any default limits since they different from core to compat mode So, tests should use this value and filter out any values that are out of range for the current device.

The test in maxColorAttachments.spec.ts tests that kMaxColorAttachmentsToTest is large enough to cover all devices tested.

Generated using TypeDoc