Class VkCopyImageToImageInfo.Buffer

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

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

    • Buffer

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

      public int flags()
      Returns:
      the value of the flags 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 VkCopyImageToImageInfo.Buffer sType(int value)
      Sets the specified value to the sType field.
    • sType$Default

      public VkCopyImageToImageInfo.Buffer sType$Default()
      Sets the STRUCTURE_TYPE_COPY_IMAGE_TO_IMAGE_INFO value to the sType field.
    • pNext

      public VkCopyImageToImageInfo.Buffer pNext(long value)
      Sets the specified value to the pNext field.
    • flags

      public VkCopyImageToImageInfo.Buffer flags(int value)
      Sets the specified value to the flags field.
    • srcImage

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

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

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

      public VkCopyImageToImageInfo.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.