public class GlDebugOutput extends Object implements com.jogamp.opengl.GLDebugListener
| Modifier and Type | Field and Description |
|---|---|
int |
id |
int |
length |
String |
message |
boolean |
received |
int |
severity |
int |
source |
int |
type |
| Constructor and Description |
|---|
GlDebugOutput() |
GlDebugOutput(int source,
int type,
int severity) |
GlDebugOutput(String message,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
messageSent(com.jogamp.opengl.GLDebugMessage event) |
public int source
public int type
public int id
public int severity
public int length
public String message
public boolean received
public GlDebugOutput()
public GlDebugOutput(int source,
int type,
int severity)
public GlDebugOutput(String message, int id)
Copyright © 2016 Java Graphics Society. All rights reserved.