Browse Source

Document limitations.

pull/94/head
Vladimír Vondruš 11 years ago
parent
commit
fbc3920a3b
  1. 3
      doc/platform.dox

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

Loading…
Cancel
Save