Package | Description |
---|---|
org.lwjgl.opencl |
Modifier and Type | Method | Description |
---|---|---|
static CLProgram |
CL12.clLinkProgram(CLContext context,
PointerBuffer device_list,
CharSequence options,
PointerBuffer input_programs,
CLLinkProgramCallback pfn_notify,
IntBuffer errcode_ret) |
Overloads clLinkProgram.
|
static CLProgram |
CL12.clLinkProgram(CLContext context,
PointerBuffer device_list,
ByteBuffer options,
PointerBuffer input_programs,
CLLinkProgramCallback pfn_notify,
IntBuffer errcode_ret) |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.