Class SpvcEntryPoint.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new SpvcEntryPoint.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 SpvcEntryPoint.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

    • execution_model

      public int execution_model()
      Returns:
      the value of the execution_model field.
    • name

      public ByteBuffer name()
      Returns:
      a ByteBuffer view of the null-terminated string pointed to by the name field.
    • nameString

      public String nameString()
      Returns:
      the null-terminated string pointed to by the name field.
    • execution_model

      public SpvcEntryPoint.Buffer execution_model(int value)
      Sets the specified value to the execution_model field.
    • name

      public SpvcEntryPoint.Buffer name(ByteBuffer value)
      Sets the address of the specified encoded string to the name field.