Class VmaDetailedStatistics

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VmaDetailedStatistics extends Struct<VmaDetailedStatistics> implements NativeResource
struct VmaDetailedStatistics {
    VmaStatistics statistics;
    uint32_t unusedRangeCount;
    VkDeviceSize allocationSizeMin;
    VkDeviceSize allocationSizeMax;
    VkDeviceSize unusedRangeSizeMin;
    VkDeviceSize unusedRangeSizeMax;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • STATISTICS

      public static final int STATISTICS
      The struct member offsets.
    • UNUSEDRANGECOUNT

      public static final int UNUSEDRANGECOUNT
      The struct member offsets.
    • ALLOCATIONSIZEMIN

      public static final int ALLOCATIONSIZEMIN
      The struct member offsets.
    • ALLOCATIONSIZEMAX

      public static final int ALLOCATIONSIZEMAX
      The struct member offsets.
    • UNUSEDRANGESIZEMIN

      public static final int UNUSEDRANGESIZEMIN
      The struct member offsets.
    • UNUSEDRANGESIZEMAX

      public static final int UNUSEDRANGESIZEMAX
      The struct member offsets.
  • Constructor Details

    • VmaDetailedStatistics

      public VmaDetailedStatistics(ByteBuffer container)
      Creates a VmaDetailedStatistics instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details