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