@FunctionalInterface
public interface GLDebugMessageARBCallbackI
extends org.lwjgl.system.CallbackI.V
DebugMessageCallbackARB method.
void (*) (
GLenum source,
GLenum type,
GLuint id,
GLenum severity,
GLsizei length,
GLchar const *message,
void const *userParam
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.Z| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SIGNATURE |
| Modifier and Type | Method and Description |
|---|---|
default void |
callback(long args) |
default java.lang.String |
getSignature() |
void |
invoke(int source,
int type,
int id,
int severity,
int length,
long message,
long userParam)
Will be called when a debug message is generated.
|
default java.lang.String getSignature()
getSignature in interface org.lwjgl.system.CallbackIdefault void callback(long args)
callback in interface org.lwjgl.system.CallbackI.Vvoid invoke(int source,
int type,
int id,
int severity,
int length,
long message,
long userParam)
source - the message sourcetype - the message typeid - the message IDseverity - the message severitylength - the message length, excluding the null-terminatormessage - a pointer to the message string representationuserParam - the user-specified value that was passed when calling DebugMessageCallbackARBCopyright LWJGL. All Rights Reserved. License terms.