Package org.lwjgl.bgfx
Class BGFXTraceVarArgsCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.bgfx.BGFXTraceVarArgsCallback
- All Implemented Interfaces:
AutoCloseable,BGFXTraceVarArgsCallbackI,org.lwjgl.system.CallbackI,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public abstract class BGFXTraceVarArgsCallback
extends org.lwjgl.system.Callback
implements BGFXTraceVarArgsCallbackI
Prints a debug message.
Not thread safe and it can be called from any thread.
Type
void (*BGFXTraceVarArgsCallbackI.invoke(long, long, short, long, long)) (
bgfx_callback_interface_t *_this,
char const *_filePath,
uint16_t _line,
char const *_format,
va_list _argList
)-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.bgfx.BGFXTraceVarArgsCallbackI
CIFFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic BGFXTraceVarArgsCallbackcreate(long functionPointer) Creates aBGFXTraceVarArgsCallbackinstance from the specified function pointer.static BGFXTraceVarArgsCallbackcreate(BGFXTraceVarArgsCallbackI instance) Creates aBGFXTraceVarArgsCallbackinstance that delegates to the specifiedBGFXTraceVarArgsCallbackIinstance.static @Nullable BGFXTraceVarArgsCallbackcreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.bgfx.BGFXTraceVarArgsCallbackI
callback, getCallInterface, invokeMethods inherited from interface org.lwjgl.system.CallbackI
addressMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aBGFXTraceVarArgsCallbackinstance from the specified function pointer.- Returns:
- the new
BGFXTraceVarArgsCallback
-
createSafe
-
create
Creates aBGFXTraceVarArgsCallbackinstance that delegates to the specifiedBGFXTraceVarArgsCallbackIinstance.
-