Package org.lwjgl.opencl
Class APPLEQueryKernelNames
- java.lang.Object
-
- org.lwjgl.opencl.APPLEQueryKernelNames
-
public final class APPLEQueryKernelNames extends java.lang.ObjectNative bindings to the APPLE_query_kernel_names extension.These selectors may be passed to
GetProgramInfoto obtain information about the kernel functions in acl_program. Thecl_programmust be successfully built withBuildProgramfor at least one device to succeed. OtherwiseINVALID_PROGRAM_EXECUTABLEis returned.
-
-
Field Summary
Fields Modifier and Type Field and Description static intCL_PROGRAM_KERNEL_NAMES_APPLEReturns a ';' delimited char[] containing the names of kernels in program.static intCL_PROGRAM_NUM_KERNELS_APPLEReturns a cl_uint for number of kernels in program.
-
-
-
Field Detail
-
CL_PROGRAM_NUM_KERNELS_APPLE
public static final int CL_PROGRAM_NUM_KERNELS_APPLE
Returns a cl_uint for number of kernels in program.- See Also:
- Constant Field Values
-
CL_PROGRAM_KERNEL_NAMES_APPLE
public static final int CL_PROGRAM_KERNEL_NAMES_APPLE
Returns a ';' delimited char[] containing the names of kernels in program.- See Also:
- Constant Field Values
-
-