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