public abstract class BGFXTraceVarArgsCallback extends org.lwjgl.system.Callback implements BGFXTraceVarArgsCallbackI
Not thread safe and it can be called from any thread.
void (*) (
bgfx_callback_interface_t *_this,
char const *_filePath,
uint16_t _line,
char const *_format,
va_list _argList
)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 BGFXTraceVarArgsCallback |
create(BGFXTraceVarArgsCallbackI instance)
Creates a
BGFXTraceVarArgsCallback instance that delegates to the specified BGFXTraceVarArgsCallbackI instance. |
static BGFXTraceVarArgsCallback |
create(long functionPointer)
Creates a
BGFXTraceVarArgsCallback instance from the specified function pointer. |
static BGFXTraceVarArgsCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static BGFXTraceVarArgsCallback create(long functionPointer)
BGFXTraceVarArgsCallback instance from the specified function pointer.BGFXTraceVarArgsCallback@Nullable public static BGFXTraceVarArgsCallback createSafe(long functionPointer)
public static BGFXTraceVarArgsCallback create(BGFXTraceVarArgsCallbackI instance)
BGFXTraceVarArgsCallback instance that delegates to the specified BGFXTraceVarArgsCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.