mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
applied patch to move ID tag
This commit is contained in:
parent
0c539252b4
commit
8a3bee6b1c
244 changed files with 246 additions and 251 deletions
|
|
@ -46,7 +46,6 @@ import org.lwjgl.LWJGLUtil;
|
|||
import org.lwjgl.Sys;
|
||||
|
||||
/**
|
||||
* $Id$
|
||||
* <p/>
|
||||
* Manages GL contexts. Before any rendering is done by a LWJGL system, a call should be made to GLContext.useContext() with a
|
||||
* context. This will ensure that GLContext has an accurate reflection of the current context's capabilities and function
|
||||
|
|
@ -58,6 +57,7 @@ import org.lwjgl.Sys;
|
|||
*
|
||||
* @author elias_naur <elias_naur@users.sourceforge.net>
|
||||
* @version $Revision$
|
||||
* $Id$
|
||||
*/
|
||||
public final class GLContext {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue