public static class VmaAllocationInfo.Buffer extends org.lwjgl.system.StructBuffer<VmaAllocationInfo,VmaAllocationInfo.Buffer> implements org.lwjgl.system.NativeResource
VmaAllocationInfo structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VmaAllocationInfo.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
long |
deviceMemory()
Returns the value of the
deviceMemory field. |
int |
memoryType()
Returns the value of the
memoryType field. |
long |
offset()
Returns the value of the
offset field. |
long |
pMappedData()
Returns the value of the
pMappedData field. |
long |
pUserData()
Returns the value of the
pUserData field. |
long |
size()
Returns the value of the
size field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
VmaAllocationInfo.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 VmaAllocationInfo.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 memoryType()
memoryType field.public long deviceMemory()
deviceMemory field.public long offset()
offset field.public long size()
size field.public long pMappedData()
pMappedData field.public long pUserData()
pUserData field.Copyright LWJGL. All Rights Reserved. License terms.