public abstract class EGLDebugMessageKHRCallback extends org.lwjgl.system.Callback implements EGLDebugMessageKHRCallbackI
DebugMessageControlKHR method.
void (*) (
EGLenum error,
char const *command,
EGLint messageType,
EGLLabelKHR threadLabel,
EGLLabelKHR objectLabel,
char const *message
)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.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static EGLDebugMessageKHRCallback |
create(EGLDebugMessageKHRCallbackI instance)
Creates a
EGLDebugMessageKHRCallback instance that delegates to the specified EGLDebugMessageKHRCallbackI instance. |
static EGLDebugMessageKHRCallback |
create(long functionPointer)
Creates a
EGLDebugMessageKHRCallback instance from the specified function pointer. |
static EGLDebugMessageKHRCallback |
createSafe(long functionPointer)
|
static java.lang.String |
getCommand(long command)
Converts the specified
EGLDebugMessageKHRCallback argument to a String. |
static java.lang.String |
getMessage(long message)
Converts the specified
EGLDebugMessageKHRCallback argument to a String. |
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static EGLDebugMessageKHRCallback create(long functionPointer)
EGLDebugMessageKHRCallback instance from the specified function pointer.EGLDebugMessageKHRCallback@Nullable public static EGLDebugMessageKHRCallback createSafe(long functionPointer)
public static EGLDebugMessageKHRCallback create(EGLDebugMessageKHRCallbackI instance)
EGLDebugMessageKHRCallback instance that delegates to the specified EGLDebugMessageKHRCallbackI instance.public static java.lang.String getCommand(long command)
EGLDebugMessageKHRCallback argument to a String.
This method may only be used inside an EGLDebugMessageKHRCallback invocation.
command - the EGLDebugMessageKHRCallback command argumentpublic static java.lang.String getMessage(long message)
EGLDebugMessageKHRCallback argument to a String.
This method may only be used inside an EGLDebugMessageKHRCallback invocation.
message - the EGLDebugMessageKHRCallback message argumentCopyright LWJGL. All Rights Reserved. License terms.