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