public abstract class BGFXProfilerBegin extends org.lwjgl.system.Callback implements BGFXProfilerBeginI
void (*) (
bgfx_callback_interface_t *_this,
char const *_name,
uint32_t _abgr,
char const *_filePath,
uint16_t _line
)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 BGFXProfilerBegin |
create(BGFXProfilerBeginI instance)
Creates a
BGFXProfilerBegin instance that delegates to the specified BGFXProfilerBeginI instance. |
static BGFXProfilerBegin |
create(long functionPointer)
Creates a
BGFXProfilerBegin instance from the specified function pointer. |
static BGFXProfilerBegin |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static BGFXProfilerBegin create(long functionPointer)
BGFXProfilerBegin instance from the specified function pointer.BGFXProfilerBegin@Nullable public static BGFXProfilerBegin createSafe(long functionPointer)
public static BGFXProfilerBegin create(BGFXProfilerBeginI instance)
BGFXProfilerBegin instance that delegates to the specified BGFXProfilerBeginI instance.Copyright LWJGL. All Rights Reserved. License terms.