MTLUtil: Remove availability check for macOS 11

This commit is contained in:
OatmealDome 2025-04-01 15:17:22 -04:00
parent 7213cdd439
commit dc8865718e

View file

@ -324,7 +324,6 @@ void Metal::Util::PopulateBackendInfoFeatures(const VideoConfig& config, Backend
}
}
#if TARGET_OS_OSX
if (@available(macOS 11, *))
if (vendor == DriverDetails::VENDOR_INTEL)
backend_info->bSupportsFramebufferFetch |= DetectIntelGPUFBFetch(device);
#endif