|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CLCompileProgramCallback | |
|---|---|
| org.lwjgl.opencl | |
| Uses of CLCompileProgramCallback in org.lwjgl.opencl |
|---|
| Methods in org.lwjgl.opencl with parameters of type CLCompileProgramCallback | |
|---|---|
static int |
CL12.clCompileProgram(CLProgram program,
PointerBuffer device_list,
java.nio.ByteBuffer options,
PointerBuffer input_headers,
java.nio.ByteBuffer[] header_include_names,
CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram. |
static int |
CL12.clCompileProgram(CLProgram program,
PointerBuffer device_list,
java.nio.ByteBuffer options,
PointerBuffer input_header,
java.nio.ByteBuffer header_include_name,
CLCompileProgramCallback pfn_notify)
Single null-terminated header include name. |
static int |
CL12.clCompileProgram(CLProgram program,
PointerBuffer device_list,
java.lang.CharSequence options,
PointerBuffer input_header,
java.lang.CharSequence[] header_include_name,
CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram. |
static int |
CL12.clCompileProgram(CLProgram program,
PointerBuffer device_list,
java.lang.CharSequence options,
PointerBuffer input_header,
java.lang.CharSequence header_include_name,
CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram. |
static int |
CL12.clCompileProgramMulti(CLProgram program,
PointerBuffer device_list,
java.nio.ByteBuffer options,
PointerBuffer input_headers,
java.nio.ByteBuffer header_include_names,
CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||