Previously, on Apple Silicon (iOS, tvOS & macOS M1), we tried to guess deviceID from GPU parameters, but this is becoming harder as the types of Apple Silicon is growing, and the actual device SoC itself is less relevant that the GPU capabilities. So we now set deviceID from the combination of OS version and GPU type. Rename MVKDevice::getHighestMTLFeatureSet() to getHighestGPUCapability().