Uses of Class
org.lwjgl.opencl.CLPlatform
-
Packages that use CLPlatform Package Description org.lwjgl.opencl -
-
Uses of CLPlatform in org.lwjgl.opencl
Methods in org.lwjgl.opencl that return CLPlatform Modifier and Type Method Description static CLPlatformCLPlatform. getCLPlatform(long id)Returns a CLPlatform with the specified id.CLPlatformCLDevice. getPlatform()Methods in org.lwjgl.opencl that return types with arguments of type CLPlatform Modifier and Type Method Description static List<CLPlatform>CLPlatform. getPlatforms()Returns a list of all the available platforms.static List<CLPlatform>CLPlatform. getPlatforms(Filter<CLPlatform> filter)Returns a list of the available platforms, filtered by the specified filter.Methods in org.lwjgl.opencl with parameters of type CLPlatform Modifier and Type Method Description static intCL10. clGetDeviceIDs(CLPlatform platform, long device_type, PointerBuffer devices, IntBuffer num_devices)static intCL10. clGetPlatformInfo(CLPlatform platform, int param_name, ByteBuffer param_value, PointerBuffer param_value_size_ret)static intCL12. clUnloadPlatformCompiler(CLPlatform platform)static CLContextCLContext. create(CLPlatform platform, List<CLDevice> devices, IntBuffer errcode_ret)Creates a new CLContext.static CLContextCLContext. create(CLPlatform platform, List<CLDevice> devices, CLContextCallback pfn_notify, IntBuffer errcode_ret)Creates a new CLContext.static CLContextCLContext. create(CLPlatform platform, List<CLDevice> devices, CLContextCallback pfn_notify, Drawable share_drawable, IntBuffer errcode_ret)Creates a new CLContext.static CLContextCLContext. createFromType(CLPlatform platform, long device_type, IntBuffer errcode_ret)Creates a new CLContext.static CLContextCLContext. createFromType(CLPlatform platform, long device_type, CLContextCallback pfn_notify, IntBuffer errcode_ret)Creates a new CLContext.static CLContextCLContext. createFromType(CLPlatform platform, long device_type, CLContextCallback pfn_notify, Drawable share_drawable, IntBuffer errcode_ret)Creates a new CLContext.static CLPlatformCapabilitiesCLCapabilities. getPlatformCapabilities(CLPlatform platform)Method parameters in org.lwjgl.opencl with type arguments of type CLPlatform Modifier and Type Method Description static List<CLPlatform>CLPlatform. getPlatforms(Filter<CLPlatform> filter)Returns a list of the available platforms, filtered by the specified filter.Constructors in org.lwjgl.opencl with parameters of type CLPlatform Constructor Description CLPlatformCapabilities(CLPlatform platform)
-