Class APPLEQueryKernelNames

java.lang.Object
org.lwjgl.opencl.APPLEQueryKernelNames

public final class APPLEQueryKernelNames extends Object
Native bindings to the APPLE_query_kernel_names extension.

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.

  • Field Details

    • 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:
    • 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: