From c83658b8916056f41ba6484fada3863bbcb0f851 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Thu, 24 Apr 2025 13:43:43 +0300 Subject: [PATCH] Small layout change --- docs/FAQ.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index b180d38aa..cd3141b28 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -136,12 +136,10 @@ Earliest Mac models supporting AVX2 instruction: ## What is Metal and Non-Metal? -Metal is Apple's proprietary graphics API which fully superseded OpenGL rendering of the operating system starting from macOS Mojave. When the word "Non-Metal" is used, it describes GPUs that are not Metal supported and require using OpenGL instead. +Metal is Apple's proprietary graphics API which fully superseded OpenGL rendering of the operating system starting from macOS Mojave. When the word "Non-Metal" is used, it describes GPUs that are not Metal supported and require using OpenGL instead. Due to deprecation of OpenGL, many newer applications may require Metal rendering and as such will fail to run on systems with Non-Metal GPUs. Some built-in apps like Maps and everything relying on it (such as Find My) will fail to render as well on versions later than Big Sur. A great rule of thumb is that Macs older than 2012 are non-Metal, with the exception of systems having upgradable GPUs. -Due to deprecation of OpenGL, many newer applications may require Metal rendering and as such will fail to run on systems with Non-Metal GPUs. Some built-in apps like Maps and everything relying on it (such as Find My) will fail to render as well on versions later than Big Sur. - ::: details Metal supported GPUs * Intel HD 4000 series (Ivy Bridge/3rd gen) and newer