OpenGL debug message generated by the driver and delivered via GLDebugListener.
More...
OpenGL debug message generated by the driver and delivered via GLDebugListener.
Definition at line 36 of file GLDebugMessage.java.
◆ GLDebugMessage()
| com.jogamp.opengl.GLDebugMessage.GLDebugMessage |
( |
final GLContext |
source, |
|
|
final long |
when, |
|
|
final int |
dbgSource, |
|
|
final int |
dbgType, |
|
|
final int |
dbgId, |
|
|
final int |
dbgSeverity, |
|
|
final String |
dbgMsg |
|
) |
| |
- Parameters
-
| source | The source of the event |
| when | The time of the event |
| dbgSource | The ARB source |
| dbgType | The ARB type |
| dbgId | The ARB id |
| dbgSeverity | The ARB severity level |
| dbgMsg | The debug message |
Definition at line 54 of file GLDebugMessage.java.
◆ getDbgId()
| int com.jogamp.opengl.GLDebugMessage.getDbgId |
( |
| ) |
|
◆ getDbgMsg()
| String com.jogamp.opengl.GLDebugMessage.getDbgMsg |
( |
| ) |
|
◆ getDbgSeverity()
| int com.jogamp.opengl.GLDebugMessage.getDbgSeverity |
( |
| ) |
|
◆ getDbgSeverityString()
| static String com.jogamp.opengl.GLDebugMessage.getDbgSeverityString |
( |
final int |
dbgSeverity | ) |
|
|
static |
◆ getDbgSource()
| int com.jogamp.opengl.GLDebugMessage.getDbgSource |
( |
| ) |
|
◆ getDbgSourceString()
| static String com.jogamp.opengl.GLDebugMessage.getDbgSourceString |
( |
final int |
dbgSource | ) |
|
|
static |
◆ getDbgType()
| int com.jogamp.opengl.GLDebugMessage.getDbgType |
( |
| ) |
|
◆ getDbgTypeString()
| static String com.jogamp.opengl.GLDebugMessage.getDbgTypeString |
( |
final int |
dbgType | ) |
|
|
static |
◆ getSource()
| GLContext com.jogamp.opengl.GLDebugMessage.getSource |
( |
| ) |
|
◆ getWhen()
| long com.jogamp.opengl.GLDebugMessage.getWhen |
( |
| ) |
|
◆ toHexString() [1/2]
| static String com.jogamp.opengl.GLDebugMessage.toHexString |
( |
final int |
i | ) |
|
|
static |
◆ toHexString() [2/2]
| static StringBuilder com.jogamp.opengl.GLDebugMessage.toHexString |
( |
StringBuilder |
sb, |
|
|
final int |
i |
|
) |
| |
|
static |
◆ toString() [1/2]
| String com.jogamp.opengl.GLDebugMessage.toString |
( |
| ) |
|
◆ toString() [2/2]
| StringBuilder com.jogamp.opengl.GLDebugMessage.toString |
( |
StringBuilder |
sb | ) |
|
◆ translateAMDEvent()
| static GLDebugMessage com.jogamp.opengl.GLDebugMessage.translateAMDEvent |
( |
final GLContext |
source, |
|
|
final long |
when, |
|
|
final int |
dbgId, |
|
|
final int |
amdDbgCategory, |
|
|
final int |
dbgSeverity, |
|
|
final String |
dbgMsg |
|
) |
| |
|
static |
- Parameters
-
| source | |
| when | |
| dbgId | |
| amdDbgCategory | |
| dbgSeverity | AMD severity level equals ARB severity level (value and semantic) |
| dbgMsg | |
- Returns
Definition at line 74 of file GLDebugMessage.java.
◆ translateARB2AMDCategory()
| static int com.jogamp.opengl.GLDebugMessage.translateARB2AMDCategory |
( |
final int |
dbgSource, |
|
|
final int |
dbgType |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: