NSGL: ANGLE exists

master
Camilla Löwy ago%!(EXTRA string=1 year)
parent f6360eadee
commit 8f2f766f0d
  1. 2
      src/nsgl_context.m

@ -161,7 +161,7 @@ GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
if (ctxconfig->client == GLFW_OPENGL_ES_API)
{
_glfwInputError(GLFW_API_UNAVAILABLE,
"NSGL: OpenGL ES is not available on macOS");
"NSGL: OpenGL ES is not available via NSGL");
return GLFW_FALSE;
}

Loading…
Cancel
Save