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