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

      @NativeType("cl_command_queue") public static long clCreateCommandQueueWithPropertiesKHR(@NativeType("cl_context") long context, @NativeType("cl_device_id") long device, @NativeType("cl_queue_properties_khr const *") @Nullable LongBuffer properties, @NativeType("cl_int *") @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

      @NativeType("cl_command_queue") public static long clCreateCommandQueueWithPropertiesKHR(@NativeType("cl_context") long context, @NativeType("cl_device_id") long device, @NativeType("cl_queue_properties_khr const *") long @Nullable [] properties, @NativeType("cl_int *") 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)