Package | Description |
---|---|
org.lwjgl.opencl |
Modifier and Type | Method | Description |
---|---|---|
static int |
CL10.clBuildProgram(CLProgram program,
CLDevice device,
CharSequence options,
CLBuildProgramCallback pfn_notify) |
Overloads clBuildProgram.
|
static int |
CL10.clBuildProgram(CLProgram program,
PointerBuffer device_list,
CharSequence options,
CLBuildProgramCallback pfn_notify) |
Overloads clBuildProgram.
|
static int |
CL10.clBuildProgram(CLProgram program,
PointerBuffer device_list,
ByteBuffer options,
CLBuildProgramCallback pfn_notify) |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.