Hi ;D
I search for some way to translate the Errorcode returned by int GL.glGetError() into someting like a String !
Does LWJGL had some method like this :
String errorString = null;
int error = GL.glGetError
errorString = GL.getErrorString(error);
System.out.println(""+errorstring);
- Jens 8)
