Package org.lwjgl.util.vma
Class VmaStats.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VmaStats,VmaStats.Buffer>
-
- org.lwjgl.util.vma.VmaStats.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VmaStats>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VmaStats
public static class VmaStats.Buffer extends org.lwjgl.system.StructBuffer<VmaStats,VmaStats.Buffer> implements org.lwjgl.system.NativeResource
An array ofVmaStats
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VmaStatInfo.Buffer
memoryHeap()
Returns aVmaStatInfo
.Buffer view of thememoryHeap
field.VmaStatInfo
memoryHeap(int index)
Returns aVmaStatInfo
view of the struct at the specified index of thememoryHeap
field.VmaStatInfo.Buffer
memoryType()
Returns aVmaStatInfo
.Buffer view of thememoryType
field.VmaStatInfo
memoryType(int index)
Returns aVmaStatInfo
view of the struct at the specified index of thememoryType
field.VmaStatInfo
total()
Returns aVmaStatInfo
view of thetotal
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVmaStats.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 byVmaStats.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
memoryType
public VmaStatInfo.Buffer memoryType()
Returns aVmaStatInfo
.Buffer view of thememoryType
field.
-
memoryType
public VmaStatInfo memoryType(int index)
Returns aVmaStatInfo
view of the struct at the specified index of thememoryType
field.
-
memoryHeap
public VmaStatInfo.Buffer memoryHeap()
Returns aVmaStatInfo
.Buffer view of thememoryHeap
field.
-
memoryHeap
public VmaStatInfo memoryHeap(int index)
Returns aVmaStatInfo
view of the struct at the specified index of thememoryHeap
field.
-
total
public VmaStatInfo total()
Returns aVmaStatInfo
view of thetotal
field.
-
-