Class KHRCreateCommandQueue

java.lang.Object
org.lwjgl.opencl.KHRCreateCommandQueue

public class KHRCreateCommandQueue extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    clCreateCommandQueueWithPropertiesKHR(long context, long device, long @Nullable [] properties, int @Nullable [] errcode_ret)
    cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
    static long
    clCreateCommandQueueWithPropertiesKHR(long context, long device, @Nullable LongBuffer properties, @Nullable IntBuffer errcode_ret)
    cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
    static long
    nclCreateCommandQueueWithPropertiesKHR(long context, long device, long properties, long errcode_ret)
    cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • nclCreateCommandQueueWithPropertiesKHR

      public static long nclCreateCommandQueueWithPropertiesKHR(long context, long device, long properties, long errcode_ret)
      cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
    • clCreateCommandQueueWithPropertiesKHR

      public static long clCreateCommandQueueWithPropertiesKHR(long context, long device, @Nullable LongBuffer properties, @Nullable IntBuffer errcode_ret)
      cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
    • clCreateCommandQueueWithPropertiesKHR

      public static long clCreateCommandQueueWithPropertiesKHR(long context, long device, long @Nullable [] properties, int @Nullable [] errcode_ret)
      cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)