public static class VmaStatInfo.Buffer extends org.lwjgl.system.StructBuffer<VmaStatInfo,VmaStatInfo.Buffer>
VmaStatInfo structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VmaStatInfo.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
allocationCount()
Returns the value of the
allocationCount field. |
long |
allocationSizeAvg()
Returns the value of the
allocationSizeAvg field. |
long |
allocationSizeMax()
Returns the value of the
allocationSizeMax field. |
long |
allocationSizeMin()
Returns the value of the
allocationSizeMin field. |
int |
blockCount()
Returns the value of the
blockCount field. |
long |
unusedBytes()
Returns the value of the
unusedBytes field. |
int |
unusedRangeCount()
Returns the value of the
unusedRangeCount field. |
long |
unusedRangeSizeAvg()
Returns the value of the
unusedRangeSizeAvg field. |
long |
unusedRangeSizeMax()
Returns the value of the
unusedRangeSizeMax field. |
long |
unusedRangeSizeMin()
Returns the value of the
unusedRangeSizeMin field. |
long |
usedBytes()
Returns the value of the
usedBytes field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
VmaStatInfo.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 VmaStatInfo.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public int blockCount()
blockCount field.public int allocationCount()
allocationCount field.public int unusedRangeCount()
unusedRangeCount field.public long usedBytes()
usedBytes field.public long unusedBytes()
unusedBytes field.public long allocationSizeMin()
allocationSizeMin field.public long allocationSizeAvg()
allocationSizeAvg field.public long allocationSizeMax()
allocationSizeMax field.public long unusedRangeSizeMin()
unusedRangeSizeMin field.public long unusedRangeSizeAvg()
unusedRangeSizeAvg field.public long unusedRangeSizeMax()
unusedRangeSizeMax field.Copyright LWJGL. All Rights Reserved. License terms.