mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Corrected minor documentation error in GLContext
This commit is contained in:
parent
e8f47b066d
commit
ab5fd2b3df
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ import org.lwjgl.LWJGLException;
|
|||
* $Id$
|
||||
* <p/>
|
||||
* Manages GL contexts. Before any rendering is done by a LWJGL system, a call should be made to
|
||||
* GLContext.setContext() with a context. This will ensure that GLContext has an accurate reflection
|
||||
* GLContext.useContext() with a context. This will ensure that GLContext has an accurate reflection
|
||||
* of the current context's capabilities and function pointers.
|
||||
*
|
||||
* @author elias_naur <elias_naur@users.sourceforge.net>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue