public abstract class BGFXFatalCallback extends org.lwjgl.system.Callback implements BGFXFatalCallbackI
FATAL_DEBUG_CHECK this callback is called on unrecoverable error. It's not safe to continue, inform user and terminate
application from this call.
Not thread safe and it can be called from any thread.
void (*) (
bgfx_callback_interface_t *_this,
char const *_filePath,
uint16_t _line,
bgfx_fatal_t _code,
char const *_str
)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 BGFXFatalCallback |
create(BGFXFatalCallbackI instance)
Creates a
BGFXFatalCallback instance that delegates to the specified BGFXFatalCallbackI instance. |
static BGFXFatalCallback |
create(long functionPointer)
Creates a
BGFXFatalCallback instance from the specified function pointer. |
static BGFXFatalCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static BGFXFatalCallback create(long functionPointer)
BGFXFatalCallback instance from the specified function pointer.BGFXFatalCallback@Nullable public static BGFXFatalCallback createSafe(long functionPointer)
public static BGFXFatalCallback create(BGFXFatalCallbackI instance)
BGFXFatalCallback instance that delegates to the specified BGFXFatalCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.