From fbc3920a3b38b98fd78e9cabb762b7e9ac355a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 12 Feb 2015 22:06:18 +0100 Subject: [PATCH] Document limitations. --- doc/platform.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/platform.dox b/doc/platform.dox index 5978589c9..cfe8de15c 100644 --- a/doc/platform.dox +++ b/doc/platform.dox @@ -288,6 +288,9 @@ int main(int argc, char** argv) { } @endcode +@attention Currently Magnum is limited to single OpenGL context, which must be + always set as current. + On majority of platforms the @ref Platform::Context class does GL function pointer loading using platform-specific APIs. In that case you also need to find particular `*Context` library, add its include dir and then link to it.