Uses of Class
org.lwjgl.opencl.CLBuildProgramCallback

Packages that use CLBuildProgramCallback
org.lwjgl.opencl   
 

Uses of CLBuildProgramCallback in org.lwjgl.opencl
 

Methods in org.lwjgl.opencl with parameters of type CLBuildProgramCallback
static int CL10.clBuildProgram(CLProgram program, CLDevice device, java.lang.CharSequence options, CLBuildProgramCallback pfn_notify)
          Overloads clBuildProgram.
static int CL10.clBuildProgram(CLProgram program, PointerBuffer device_list, java.nio.ByteBuffer options, CLBuildProgramCallback pfn_notify)
           
static int CL10.clBuildProgram(CLProgram program, PointerBuffer device_list, java.lang.CharSequence options, CLBuildProgramCallback pfn_notify)
          Overloads clBuildProgram.
 



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