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, CharSequence options, PointerBuffer input_header, CharSequence[] header_include_name, CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.static int
CL12. clCompileProgram(CLProgram program, PointerBuffer device_list, CharSequence options, PointerBuffer input_header, CharSequence header_include_name, CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.static int
CL12. clCompileProgram(CLProgram program, PointerBuffer device_list, ByteBuffer options, PointerBuffer input_headers, ByteBuffer[] header_include_names, CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.static int
CL12. clCompileProgram(CLProgram program, PointerBuffer device_list, ByteBuffer options, PointerBuffer input_header, ByteBuffer header_include_name, CLCompileProgramCallback pfn_notify)
Single null-terminated header include name.static int
CL12. clCompileProgramMulti(CLProgram program, PointerBuffer device_list, ByteBuffer options, PointerBuffer input_headers, ByteBuffer header_include_names, CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.
-