Class VkDescriptorImageInfo.Buffer

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

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

    • Buffer

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

    • sampler

      public long sampler()
      Returns:
      the value of the sampler field.
    • imageView

      public long imageView()
      Returns:
      the value of the imageView field.
    • imageLayout

      public int imageLayout()
      Returns:
      the value of the imageLayout field.
    • sampler

      public VkDescriptorImageInfo.Buffer sampler(long value)
      Sets the specified value to the sampler field.
    • imageView

      public VkDescriptorImageInfo.Buffer imageView(long value)
      Sets the specified value to the imageView field.
    • imageLayout

      public VkDescriptorImageInfo.Buffer imageLayout(int value)
      Sets the specified value to the imageLayout field.