public final class APPLEQueryKernelNames
extends java.lang.Object
These selectors may be passed to GetProgramInfo to obtain information about the kernel functions in a cl_program. The cl_program
must be successfully built with BuildProgram for at least one device to succeed. Otherwise INVALID_PROGRAM_EXECUTABLE is returned.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_PROGRAM_KERNEL_NAMES_APPLE
Returns a ';' delimited char[] containing the names of kernels in program.
|
static int |
CL_PROGRAM_NUM_KERNELS_APPLE
Returns a cl_uint for number of kernels in program.
|
public static final int CL_PROGRAM_NUM_KERNELS_APPLE
public static final int CL_PROGRAM_KERNEL_NAMES_APPLE
Copyright LWJGL. All Rights Reserved. License terms.