Browse Source

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.
pull/481/head
Vladimír Vondruš 6 years ago
parent
commit
253b8b9be7
  1. 4
      doc/platforms-macos.dox

4
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.

Loading…
Cancel
Save