Class CLQueueFamilyPropertiesINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CLQueueFamilyPropertiesINTEL extends Struct<CLQueueFamilyPropertiesINTEL> implements NativeResource

 struct cl_queue_family_properties_intel {
     cl_command_queue_properties properties;
     cl_command_queue_capabilities_intel capabilities;
     cl_uint count;
     char name[64];
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • PROPERTIES

      public static final int PROPERTIES
      The struct member offsets.
    • CAPABILITIES

      public static final int CAPABILITIES
      The struct member offsets.
    • COUNT

      public static final int COUNT
      The struct member offsets.
    • NAME

      public static final int NAME
      The struct member offsets.
  • Constructor Details

    • CLQueueFamilyPropertiesINTEL

      public CLQueueFamilyPropertiesINTEL(ByteBuffer container)
      Creates a CLQueueFamilyPropertiesINTEL instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details