public class GLErrorReader extends Object
| Constructor and Description |
|---|
GLErrorReader() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getAndPrintError(com.jogamp.opengl.GL gl)
If an error occured, print it.
|
static void |
getAndPrintError(com.jogamp.opengl.GL gl,
String info)
If an error occured, print it and add an information string
at the following line.
|
public static void getAndPrintError(com.jogamp.opengl.GL gl,
String info)
public static boolean getAndPrintError(com.jogamp.opengl.GL gl)
Copyright © 2016. All rights reserved.