From 020ce991709939151f2f66aab0d25f894ef3c013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Thu, 13 May 2021 15:03:49 +0200 Subject: [PATCH] Remove claim that EGL is not supported on macOS (cherry picked from commit a39115a27b3f4695729e1a72e41b3217a841b94f) --- docs/window.dox | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/window.dox b/docs/window.dox index 8933b5ea..2fcf11f8 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -334,9 +334,6 @@ which API was used to create the current context may fail if you change this hint. This can be resolved by having it load functions via @ref glfwGetProcAddress. -@note @macos The EGL API is not available on this platform and requests to use -it will fail. - @note @wayland The EGL API _is_ the native context creation API, so this hint will have no effect.