Chip Davis aeb0ec2b7c MVKPhysicalDevice: Reduce maximum point size to 64.
The Metal Feature Set Tables lied. The maximum point size supported by a
device varies; values higher than the true maximum are clamped. For
example, my AMD Radeon Pro 460 clamps point sizes above 64, and my Intel
HD Graphics 530 clamps them above 256. 64 is the minimum maximum
mandated by Vulkan, so that's what we'll report.
2020-10-19 13:54:30 -05:00
..