Class VkPhysicalDeviceDepthStencilResolveProperties.Buffer

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

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

    • Buffer

      public Buffer(MemorySegment segment, long elementCount)
      Creates VkPhysicalDeviceDepthStencilResolveProperties.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 VkPhysicalDeviceDepthStencilResolveProperties asSlice(long index)
      Creates a slice of VkPhysicalDeviceDepthStencilResolveProperties.
      Parameters:
      index - the index of the struct buffer
      Returns:
      the slice of VkPhysicalDeviceDepthStencilResolveProperties
    • asSlice

      public VkPhysicalDeviceDepthStencilResolveProperties.Buffer asSlice(long index, long count)
      Creates a slice of VkPhysicalDeviceDepthStencilResolveProperties.
      Parameters:
      index - the index of the struct buffer
      count - the count
      Returns:
      the slice of VkPhysicalDeviceDepthStencilResolveProperties
    • 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 VkPhysicalDeviceDepthStencilResolveProperties.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

      Sets pNext with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • supportedDepthResolveModesAt

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

      public VkPhysicalDeviceDepthStencilResolveProperties.Buffer supportedDepthResolveModesAt(long index, int value)
      Sets supportedDepthResolveModes with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • supportedStencilResolveModesAt

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

      public VkPhysicalDeviceDepthStencilResolveProperties.Buffer supportedStencilResolveModesAt(long index, int value)
      Sets supportedStencilResolveModes with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • independentResolveNoneAt

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

      public VkPhysicalDeviceDepthStencilResolveProperties.Buffer independentResolveNoneAt(long index, int value)
      Sets independentResolveNone with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • independentResolveAt

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

      public VkPhysicalDeviceDepthStencilResolveProperties.Buffer independentResolveAt(long index, int value)
      Sets independentResolve with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this