mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Added support for OpenGL 3.1
Added support for a bunch of new OpenGL extensions.
This commit is contained in:
parent
218d005aaf
commit
03c799e87f
14 changed files with 960 additions and 1 deletions
|
|
@ -200,6 +200,8 @@ public final class GLContext {
|
|||
}
|
||||
|
||||
// ----------------------[ 3.X ]----------------------
|
||||
if ( 3 < majorVersion || (3 == majorVersion && 1 <= minorVersion) )
|
||||
supported_extensions.add("OpenGL31");
|
||||
if ( 3 <= majorVersion )
|
||||
supported_extensions.add("OpenGL30");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue