Package | Description |
---|---|
com.jogamp.opencl.llb |
Low level java bindings to OpenCL.
|
com.jogamp.opencl.llb.impl |
Modifier and Type | Method and Description |
---|---|
int |
CLProgramBinding.clBuildProgram(long program,
int deviceCount,
PointerBuffer devices,
String options,
BuildProgramCallback cb)
Interface to C language function:
int32_t clBuildProgram(cl_program, uint32_t, cl_device_id * , const char * , void (*pfn_notify)(cl_program, void *user_data), void * ); |
Modifier and Type | Method and Description |
---|---|
int |
CLImpl.clBuildProgram(long program,
int deviceCount,
PointerBuffer deviceList,
String options,
BuildProgramCallback cb)
Interface to C language function:
int32_t clBuildProgram(cl_program, uint32_t, cl_device_id * , const char * , void * ); |