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