Class VkDataGraphPipelineCreateInfoARM.Buffer

java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.arm.struct.VkDataGraphPipelineCreateInfoARM
overrungl.vulkan.arm.struct.VkDataGraphPipelineCreateInfoARM.Buffer
All Implemented Interfaces:
Addressable
Enclosing class:
VkDataGraphPipelineCreateInfoARM

public static final class VkDataGraphPipelineCreateInfoARM.Buffer extends VkDataGraphPipelineCreateInfoARM
  • Constructor Details

    • Buffer

      public Buffer(MemorySegment segment, long elementCount)
      Creates VkDataGraphPipelineCreateInfoARM.Buffer with the given segment.
      Parameters:
      segment - the memory segment
      elementCount - the element count
  • Method Details

    • estimateCount

      public long estimateCount()
      Description copied from class: GroupType
      Estimates the element count of this group type buffer.
      Overrides:
      estimateCount in class GroupType
      Returns:
      the estimated element count of the group type buffer
    • asSlice

      public VkDataGraphPipelineCreateInfoARM asSlice(long index)
      Creates a slice of VkDataGraphPipelineCreateInfoARM.
      Parameters:
      index - the index of the struct buffer
      Returns:
      the slice of VkDataGraphPipelineCreateInfoARM
    • asSlice

      public VkDataGraphPipelineCreateInfoARM.Buffer asSlice(long index, long count)
      Creates a slice of VkDataGraphPipelineCreateInfoARM.
      Parameters:
      index - the index of the struct buffer
      count - the count
      Returns:
      the slice of VkDataGraphPipelineCreateInfoARM
    • sTypeAt

      public int sTypeAt(long index)
      Returns sType at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      sType at the given index
    • sTypeAt

      public VkDataGraphPipelineCreateInfoARM.Buffer sTypeAt(long index, int value)
      Sets sType with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • pNextAt

      public MemorySegment pNextAt(long index)
      Returns pNext at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      pNext at the given index
    • pNextAt

      public VkDataGraphPipelineCreateInfoARM.Buffer pNextAt(long index, MemorySegment value)
      Sets pNext with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • flagsAt

      public long flagsAt(long index)
      Returns flags at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      flags at the given index
    • flagsAt

      public VkDataGraphPipelineCreateInfoARM.Buffer flagsAt(long index, long value)
      Sets flags with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • layoutAt

      public long layoutAt(long index)
      Returns layout at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      layout at the given index
    • layoutAt

      public VkDataGraphPipelineCreateInfoARM.Buffer layoutAt(long index, long value)
      Sets layout with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • resourceInfoCountAt

      public int resourceInfoCountAt(long index)
      Returns resourceInfoCount at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      resourceInfoCount at the given index
    • resourceInfoCountAt

      public VkDataGraphPipelineCreateInfoARM.Buffer resourceInfoCountAt(long index, int value)
      Sets resourceInfoCount with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • pResourceInfosAt

      public MemorySegment pResourceInfosAt(long index)
      Returns pResourceInfos at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      pResourceInfos at the given index
    • pResourceInfosAt

      public VkDataGraphPipelineCreateInfoARM.Buffer pResourceInfosAt(long index, MemorySegment value)
      Sets pResourceInfos with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this