Class APPLEQueryKernelNames


  • public final class APPLEQueryKernelNames
    extends java.lang.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.

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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