Uses of Class
org.lwjgl.opencl.CLCompileProgramCallback
-
Packages that use CLCompileProgramCallback Package Description org.lwjgl.opencl -
-
Uses of CLCompileProgramCallback in org.lwjgl.opencl
Methods in org.lwjgl.opencl with parameters of type CLCompileProgramCallback Modifier and Type Method Description 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. 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. clCompileProgramMulti(CLProgram program, PointerBuffer device_list, java.nio.ByteBuffer options, PointerBuffer input_headers, java.nio.ByteBuffer header_include_names, CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.
-