Class VkBlitImageInfo2.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkBlitImageInfo2.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 VkBlitImageInfo2.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 VkImageBlit2.Buffer pRegions()
      Returns:
      a VkImageBlit2.Buffer view of the struct array pointed to by the pRegions field.
    • filter

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

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

      public VkBlitImageInfo2.Buffer sType$Default()
      Sets the STRUCTURE_TYPE_BLIT_IMAGE_INFO_2 value to the sType field.
    • pNext

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

      Prepends the specified VkBlitImageCubicWeightsInfoQCOM value to the pNext chain.
    • srcImage

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

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

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

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

      Sets the address of the specified VkImageBlit2.Buffer to the pRegions field.
    • filter

      public VkBlitImageInfo2.Buffer filter(int value)
      Sets the specified value to the filter field.