Class VkCopyImageInfo2.Buffer

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

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

    • Buffer

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

    • sType

      public int sType()
      Returns:
      the value of the sType field.
    • pNext

      public long pNext()
      Returns:
      the value of the pNext field.
    • srcImage

      public long srcImage()
      Returns:
      the value of the srcImage field.
    • srcImageLayout

      public int srcImageLayout()
      Returns:
      the value of the srcImageLayout field.
    • dstImage

      public long dstImage()
      Returns:
      the value of the dstImage field.
    • dstImageLayout

      public int dstImageLayout()
      Returns:
      the value of the dstImageLayout field.
    • regionCount

      public int regionCount()
      Returns:
      the value of the regionCount field.
    • pRegions

      public VkImageCopy2.Buffer pRegions()
      Returns:
      a VkImageCopy2.Buffer view of the struct array pointed to by the pRegions field.
    • sType

      public VkCopyImageInfo2.Buffer sType(int value)
      Sets the specified value to the sType field.
    • sType$Default

      public VkCopyImageInfo2.Buffer sType$Default()
      Sets the STRUCTURE_TYPE_COPY_IMAGE_INFO_2 value to the sType field.
    • pNext

      public VkCopyImageInfo2.Buffer pNext(long value)
      Sets the specified value to the pNext field.
    • srcImage

      public VkCopyImageInfo2.Buffer srcImage(long value)
      Sets the specified value to the srcImage field.
    • srcImageLayout

      public VkCopyImageInfo2.Buffer srcImageLayout(int value)
      Sets the specified value to the srcImageLayout field.
    • dstImage

      public VkCopyImageInfo2.Buffer dstImage(long value)
      Sets the specified value to the dstImage field.
    • dstImageLayout

      public VkCopyImageInfo2.Buffer dstImageLayout(int value)
      Sets the specified value to the dstImageLayout field.
    • pRegions

      Sets the address of the specified VkImageCopy2.Buffer to the pRegions field.