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