Package org.lwjgl.vulkan
Class VkDeviceGroupSubmitInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkDeviceGroupSubmitInfo,VkDeviceGroupSubmitInfo.Buffer>
-
- org.lwjgl.vulkan.VkDeviceGroupSubmitInfo.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkDeviceGroupSubmitInfo>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Direct Known Subclasses:
VkDeviceGroupSubmitInfoKHR.Buffer
- Enclosing class:
- VkDeviceGroupSubmitInfo
public static class VkDeviceGroupSubmitInfo.Buffer extends org.lwjgl.system.StructBuffer<VkDeviceGroupSubmitInfo,VkDeviceGroupSubmitInfo.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkDeviceGroupSubmitInfo
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
commandBufferCount()
Returns the value of thecommandBufferCount
field.java.nio.IntBuffer
pCommandBufferDeviceMasks()
Returns aIntBuffer
view of the data pointed to by thepCommandBufferDeviceMasks
field.VkDeviceGroupSubmitInfo.Buffer
pCommandBufferDeviceMasks(java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to thepCommandBufferDeviceMasks
field.long
pNext()
Returns the value of thepNext
field.VkDeviceGroupSubmitInfo.Buffer
pNext(long value)
Sets the specified value to thepNext
field.java.nio.IntBuffer
pSignalSemaphoreDeviceIndices()
Returns aIntBuffer
view of the data pointed to by thepSignalSemaphoreDeviceIndices
field.VkDeviceGroupSubmitInfo.Buffer
pSignalSemaphoreDeviceIndices(java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to thepSignalSemaphoreDeviceIndices
field.java.nio.IntBuffer
pWaitSemaphoreDeviceIndices()
Returns aIntBuffer
view of the data pointed to by thepWaitSemaphoreDeviceIndices
field.VkDeviceGroupSubmitInfo.Buffer
pWaitSemaphoreDeviceIndices(java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to thepWaitSemaphoreDeviceIndices
field.int
signalSemaphoreCount()
Returns the value of thesignalSemaphoreCount
field.int
sType()
Returns the value of thesType
field.VkDeviceGroupSubmitInfo.Buffer
sType(int value)
Sets the specified value to thesType
field.int
waitSemaphoreCount()
Returns the value of thewaitSemaphoreCount
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkDeviceGroupSubmitInfo.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 byVkDeviceGroupSubmitInfo.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
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
waitSemaphoreCount
public int waitSemaphoreCount()
Returns the value of thewaitSemaphoreCount
field.
-
pWaitSemaphoreDeviceIndices
@Nullable public java.nio.IntBuffer pWaitSemaphoreDeviceIndices()
Returns aIntBuffer
view of the data pointed to by thepWaitSemaphoreDeviceIndices
field.
-
commandBufferCount
public int commandBufferCount()
Returns the value of thecommandBufferCount
field.
-
pCommandBufferDeviceMasks
@Nullable public java.nio.IntBuffer pCommandBufferDeviceMasks()
Returns aIntBuffer
view of the data pointed to by thepCommandBufferDeviceMasks
field.
-
signalSemaphoreCount
public int signalSemaphoreCount()
Returns the value of thesignalSemaphoreCount
field.
-
pSignalSemaphoreDeviceIndices
@Nullable public java.nio.IntBuffer pSignalSemaphoreDeviceIndices()
Returns aIntBuffer
view of the data pointed to by thepSignalSemaphoreDeviceIndices
field.
-
sType
public VkDeviceGroupSubmitInfo.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkDeviceGroupSubmitInfo.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
pWaitSemaphoreDeviceIndices
public VkDeviceGroupSubmitInfo.Buffer pWaitSemaphoreDeviceIndices(@Nullable java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to thepWaitSemaphoreDeviceIndices
field.
-
pCommandBufferDeviceMasks
public VkDeviceGroupSubmitInfo.Buffer pCommandBufferDeviceMasks(@Nullable java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to thepCommandBufferDeviceMasks
field.
-
pSignalSemaphoreDeviceIndices
public VkDeviceGroupSubmitInfo.Buffer pSignalSemaphoreDeviceIndices(@Nullable java.nio.IntBuffer value)
Sets the address of the specifiedIntBuffer
to thepSignalSemaphoreDeviceIndices
field.
-
-