Chip Davis 337362b045 MVKPhysicalDevice: Correct fragment input component limit.
Starting in iOS/tvOS 13, Apple family 4 and up support 124 fragment
input components, matching macOS. Reduce Mac max to 124 to prevent Metal
from complaining when using more than 124 components.

Tessellation control shaders must support at least 120 per-patch output
components, so make sure the limit is that value.
2020-10-16 17:49:40 -05:00
..