hmi.graphics.opengl
Class GLUtil
java.lang.Object
hmi.graphics.opengl.GLUtil
public class GLUtil
- extends Object
A few static utility methods for OpenGL
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.slf4j.Logger logger
MAXERRORS
public static final int MAXERRORS
- See Also:
- Constant Field Values
GLUtil
public GLUtil()
getErrorMessage
public static String getErrorMessage(GLBinding glc)
reportGLErrors
public static int reportGLErrors(GLBinding glc)
- Reports all OpenGL errors, until the OpenGL error flags have been cleared,
up to a maximum number.
The number of reported errors is returned.