Class VkFaultCallbackInfo.Buffer

All Implemented Interfaces:
Addressable
Enclosing class:
VkFaultCallbackInfo

public static final class VkFaultCallbackInfo.Buffer extends VkFaultCallbackInfo
A buffer of VkFaultCallbackInfo.
  • Constructor Details

    • Buffer

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

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

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

      public VkFaultCallbackInfo.Buffer faultCountAt(long index, int value)
      Sets faultCount with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • pFaultsAt

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

      public VkFaultCallbackInfo.Buffer pFaultsAt(long index, MemorySegment value)
      Sets pFaults with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • pfnFaultCallbackAt

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

      public VkFaultCallbackInfo.Buffer pfnFaultCallbackAt(long index, MemorySegment value)
      Sets pfnFaultCallback with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this