Class CLMutableDispatchArgKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CLMutableDispatchArgKHR extends Struct<CLMutableDispatchArgKHR> implements NativeResource

 struct cl_mutable_dispatch_arg_khr {
     cl_uint arg_index;
     size_t arg_size;
     void const * arg_value;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int ARG_INDEX
      The struct member offsets.
    • ARG_SIZE

      public static final int ARG_SIZE
      The struct member offsets.
    • ARG_VALUE

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

    • CLMutableDispatchArgKHR

      public CLMutableDispatchArgKHR(ByteBuffer container)
      Creates a CLMutableDispatchArgKHR 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