Class VkBufferMemoryBarrier.Buffer

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

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

    • Buffer

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

      public int srcAccessMask()
      Returns:
      the value of the srcAccessMask field.
    • dstAccessMask

      public int dstAccessMask()
      Returns:
      the value of the dstAccessMask field.
    • srcQueueFamilyIndex

      public int srcQueueFamilyIndex()
      Returns:
      the value of the srcQueueFamilyIndex field.
    • dstQueueFamilyIndex

      public int dstQueueFamilyIndex()
      Returns:
      the value of the dstQueueFamilyIndex field.
    • buffer

      public long buffer()
      Returns:
      the value of the buffer field.
    • offset

      public long offset()
      Returns:
      the value of the offset field.
    • size

      public long size()
      Returns:
      the value of the size field.
    • sType

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

      public VkBufferMemoryBarrier.Buffer sType$Default()
      Sets the STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER value to the sType field.
    • pNext

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

      Prepends the specified VkExternalMemoryAcquireUnmodifiedEXT value to the pNext chain.
    • srcAccessMask

      public VkBufferMemoryBarrier.Buffer srcAccessMask(int value)
      Sets the specified value to the srcAccessMask field.
    • dstAccessMask

      public VkBufferMemoryBarrier.Buffer dstAccessMask(int value)
      Sets the specified value to the dstAccessMask field.
    • srcQueueFamilyIndex

      public VkBufferMemoryBarrier.Buffer srcQueueFamilyIndex(int value)
      Sets the specified value to the srcQueueFamilyIndex field.
    • dstQueueFamilyIndex

      public VkBufferMemoryBarrier.Buffer dstQueueFamilyIndex(int value)
      Sets the specified value to the dstQueueFamilyIndex field.
    • buffer

      public VkBufferMemoryBarrier.Buffer buffer(long value)
      Sets the specified value to the buffer field.
    • offset

      public VkBufferMemoryBarrier.Buffer offset(long value)
      Sets the specified value to the offset field.
    • size

      public VkBufferMemoryBarrier.Buffer size(long value)
      Sets the specified value to the size field.