Class CUDA_ARRAY3D_DESCRIPTOR.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<CUDA_ARRAY3D_DESCRIPTOR>, NativeResource, Pointer
Enclosing class:
CUDA_ARRAY3D_DESCRIPTOR

public static class CUDA_ARRAY3D_DESCRIPTOR.Buffer extends StructBuffer<CUDA_ARRAY3D_DESCRIPTOR,CUDA_ARRAY3D_DESCRIPTOR.Buffer> implements NativeResource
An array of CUDA_ARRAY3D_DESCRIPTOR structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new CUDA_ARRAY3D_DESCRIPTOR.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by CUDA_ARRAY3D_DESCRIPTOR.SIZEOF, and its mark will be undefined.

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

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • Width

      public long Width()
      Returns:
      the value of the Width field.
    • Height

      public long Height()
      Returns:
      the value of the Height field.
    • Depth

      public long Depth()
      Returns:
      the value of the Depth field.
    • Format

      public int Format()
      Returns:
      the value of the Format field.
    • NumChannels

      public int NumChannels()
      Returns:
      the value of the NumChannels field.
    • Flags

      public int Flags()
      Returns:
      the value of the Flags field.
    • Width

      public CUDA_ARRAY3D_DESCRIPTOR.Buffer Width(long value)
      Sets the specified value to the Width field.
    • Height

      public CUDA_ARRAY3D_DESCRIPTOR.Buffer Height(long value)
      Sets the specified value to the Height field.
    • Depth

      public CUDA_ARRAY3D_DESCRIPTOR.Buffer Depth(long value)
      Sets the specified value to the Depth field.
    • Format

      public CUDA_ARRAY3D_DESCRIPTOR.Buffer Format(int value)
      Sets the specified value to the Format field.
    • NumChannels

      public CUDA_ARRAY3D_DESCRIPTOR.Buffer NumChannels(int value)
      Sets the specified value to the NumChannels field.
    • Flags

      public CUDA_ARRAY3D_DESCRIPTOR.Buffer Flags(int value)
      Sets the specified value to the Flags field.