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