Package | Description |
---|---|
org.lwjgl.opencl |
Modifier and Type | Method and Description |
---|---|
static int |
CL12.clCompileProgram(CLProgram program,
PointerBuffer device_list,
ByteBuffer options,
PointerBuffer input_headers,
ByteBuffer[] header_include_names,
CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.
|
static int |
CL12.clCompileProgram(CLProgram program,
PointerBuffer device_list,
ByteBuffer options,
PointerBuffer input_header,
ByteBuffer header_include_name,
CLCompileProgramCallback pfn_notify)
Single null-terminated header include name.
|
static int |
CL12.clCompileProgram(CLProgram program,
PointerBuffer device_list,
CharSequence options,
PointerBuffer input_header,
CharSequence[] header_include_name,
CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.
|
static int |
CL12.clCompileProgram(CLProgram program,
PointerBuffer device_list,
CharSequence options,
PointerBuffer input_header,
CharSequence header_include_name,
CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.
|
static int |
CL12.clCompileProgramMulti(CLProgram program,
PointerBuffer device_list,
ByteBuffer options,
PointerBuffer input_headers,
ByteBuffer header_include_names,
CLCompileProgramCallback pfn_notify)
Overloads clCompileProgram.
|
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.