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