mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 00:14:04 +00:00
Removed native GLU
This commit is contained in:
parent
c16c219a48
commit
7288aa58ff
8 changed files with 15 additions and 1030 deletions
|
|
@ -43,6 +43,13 @@ package org.lwjgl.opengl;
|
|||
*/
|
||||
public class OpenGLException extends RuntimeException {
|
||||
|
||||
/**
|
||||
* Constructor for OpenGLException.
|
||||
*/
|
||||
public OpenGLException(int gl_error_code) {
|
||||
super("GL error code: " + gl_error_code);
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor for OpenGLException.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue