Class VkLayerSettingEXT.Buffer

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

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

    • Buffer

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

    • pLayerName

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

      public String pLayerNameString()
      Returns:
      the null-terminated string pointed to by the pLayerName field.
    • pSettingName

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

      public String pSettingNameString()
      Returns:
      the null-terminated string pointed to by the pSettingName field.
    • type

      public int type()
      Returns:
      the value of the type field.
    • valueCount

      public int valueCount()
      Returns:
      the value of the valueCount field.
    • pValues

      public @Nullable ByteBuffer pValues(int capacity)
      Returns:
      a ByteBuffer view of the data pointed to by the pValues field.
    • pLayerName

      public VkLayerSettingEXT.Buffer pLayerName(ByteBuffer value)
      Sets the address of the specified encoded string to the pLayerName field.
    • pSettingName

      public VkLayerSettingEXT.Buffer pSettingName(ByteBuffer value)
      Sets the address of the specified encoded string to the pSettingName field.
    • type

      public VkLayerSettingEXT.Buffer type(int value)
      Sets the specified value to the type field.
    • valueCount

      public VkLayerSettingEXT.Buffer valueCount(int value)
      Sets the specified value to the valueCount field.
    • pValues

      public VkLayerSettingEXT.Buffer pValues(@Nullable ByteBuffer value)
      Sets the address of the specified ByteBuffer to the pValues field.