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

      @NativeType("char const *") public ByteBuffer pLayerName()
      Returns:
      a ByteBuffer view of the null-terminated string pointed to by the pLayerName field.
    • pLayerNameString

      @NativeType("char const *") public String pLayerNameString()
      Returns:
      the null-terminated string pointed to by the pLayerName field.
    • pSettingName

      @NativeType("char const *") public ByteBuffer pSettingName()
      Returns:
      a ByteBuffer view of the null-terminated string pointed to by the pSettingName field.
    • pSettingNameString

      @NativeType("char const *") public String pSettingNameString()
      Returns:
      the null-terminated string pointed to by the pSettingName field.
    • type

      @NativeType("VkLayerSettingTypeEXT") public int type()
      Returns:
      the value of the type field.
    • valueCount

      @NativeType("uint32_t") public int valueCount()
      Returns:
      the value of the valueCount field.
    • pValues

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

      public VkLayerSettingEXT.Buffer pLayerName(@NativeType("char const *") ByteBuffer value)
      Sets the address of the specified encoded string to the pLayerName field.
    • pSettingName

      public VkLayerSettingEXT.Buffer pSettingName(@NativeType("char const *") ByteBuffer value)
      Sets the address of the specified encoded string to the pSettingName field.
    • type

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

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

      public VkLayerSettingEXT.Buffer pValues(@NativeType("void const *") @Nullable ByteBuffer value)
      Sets the address of the specified ByteBuffer to the pValues field.