gpuweb
gpuweb copied to clipboard
Clarification in limits section
In 11.1 Limits we say:
Number of case selector values in a switch statement 16383
This limit means the number of values used in the case selector, and it also limits the number of case statements at the limit is over all case statements, not a single case statement.