From 253b8b9be7bb74e85672a663cd6f8c6d4970d726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 16 Oct 2020 16:08:52 +0200 Subject: [PATCH] doc: macOS is GL 4.1, not sure why I thought it's 4.2. And opengl.gpuinfo.org is totally broken, reporting only 2.1 for everything. Heh heh. --- doc/platforms-macos.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/platforms-macos.dox b/doc/platforms-macos.dox index a9831ce53..07bcf8146 100644 --- a/doc/platforms-macos.dox +++ b/doc/platforms-macos.dox @@ -36,8 +36,8 @@ namespace Magnum { @todoc code coverage With Apple decision to focus on Metal, macOS OpenGL support is stuck on version -4.2 (i.e., a version before compute shaders are available). Moreover, OpenGL is -deprecated since macOS 10.14. +4.1 (i.e., two versions before compute shaders are available). Moreover, OpenGL +is deprecated since macOS 10.14. See also @ref platforms-ios.