Uses of Class
org.lwjgl.opencl.CLCompileProgramCallback

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.
 



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.