Class VkDescriptorUpdateTemplateEntry.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<VkDescriptorUpdateTemplateEntry>, NativeResource, Pointer
Direct Known Subclasses:
VkDescriptorUpdateTemplateEntryKHR.Buffer
Enclosing class:
VkDescriptorUpdateTemplateEntry

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

    • Buffer

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

    • dstBinding

      public int dstBinding()
      Returns:
      the value of the dstBinding field.
    • dstArrayElement

      public int dstArrayElement()
      Returns:
      the value of the dstArrayElement field.
    • descriptorCount

      public int descriptorCount()
      Returns:
      the value of the descriptorCount field.
    • descriptorType

      public int descriptorType()
      Returns:
      the value of the descriptorType field.
    • offset

      public long offset()
      Returns:
      the value of the offset field.
    • stride

      public long stride()
      Returns:
      the value of the stride field.
    • dstBinding

      public VkDescriptorUpdateTemplateEntry.Buffer dstBinding(int value)
      Sets the specified value to the dstBinding field.
    • dstArrayElement

      public VkDescriptorUpdateTemplateEntry.Buffer dstArrayElement(int value)
      Sets the specified value to the dstArrayElement field.
    • descriptorCount

      public VkDescriptorUpdateTemplateEntry.Buffer descriptorCount(int value)
      Sets the specified value to the descriptorCount field.
    • descriptorType

      public VkDescriptorUpdateTemplateEntry.Buffer descriptorType(int value)
      Sets the specified value to the descriptorType field.
    • offset

      public VkDescriptorUpdateTemplateEntry.Buffer offset(long value)
      Sets the specified value to the offset field.
    • stride

      public VkDescriptorUpdateTemplateEntry.Buffer stride(long value)
      Sets the specified value to the stride field.