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