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