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