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 Link icon

    • Buffer Link icon

      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 Link icon

      public Buffer(long address, int cap)
  • Method Details Link icon

    • sType Link icon

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

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

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

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

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

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

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

      public VkImageBlit2.Buffer pRegions()
      Returns:
      a VkImageBlit2.Buffer view of the struct array pointed to by the pRegions field.
    • filter Link icon

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

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

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

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

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

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

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

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

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

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

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