Package org.lwjgl.vulkan
Class VkSubmitInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.StructBuffer<VkSubmitInfo,VkSubmitInfo.Buffer>
-
- org.lwjgl.vulkan.VkSubmitInfo.Buffer
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
- Enclosing class:
- VkSubmitInfo
public static final class VkSubmitInfo.Buffer extends StructBuffer<VkSubmitInfo,VkSubmitInfo.Buffer>
An array ofVkSubmitInfostructs.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description Buffer(java.nio.ByteBuffer container)Creates a newVkSubmitInfo.Bufferinstance backed by the specified container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intcommandBufferCount()Returns the value of thecommandBufferCountfield.PointerBufferpCommandBuffers()Returns aPointerBufferview of the data pointed to by thepCommandBuffersfield.VkSubmitInfo.BufferpCommandBuffers(PointerBuffer value)Sets the address of the specifiedPointerBufferto thepCommandBuffersfield.longpNext()Returns the value of thepNextfield.VkSubmitInfo.BufferpNext(long value)Sets the specified value to thepNextfield.java.nio.LongBufferpSignalSemaphores()Returns aLongBufferview of the data pointed to by thepSignalSemaphoresfield.VkSubmitInfo.BufferpSignalSemaphores(java.nio.LongBuffer value)Sets the address of the specifiedLongBufferto thepSignalSemaphoresfield.java.nio.IntBufferpWaitDstStageMask()Returns aIntBufferview of the data pointed to by thepWaitDstStageMaskfield.VkSubmitInfo.BufferpWaitDstStageMask(java.nio.IntBuffer value)Sets the address of the specifiedIntBufferto thepWaitDstStageMaskfield.java.nio.LongBufferpWaitSemaphores()Returns aLongBufferview of the data pointed to by thepWaitSemaphoresfield.VkSubmitInfo.BufferpWaitSemaphores(java.nio.LongBuffer value)Sets the address of the specifiedLongBufferto thepWaitSemaphoresfield.intsignalSemaphoreCount()Returns the value of thesignalSemaphoreCountfield.intsType()Returns the value of thesTypefield.VkSubmitInfo.BuffersType(int value)Sets the specified value to thesTypefield.intwaitSemaphoreCount()Returns the value of thewaitSemaphoreCountfield.VkSubmitInfo.BufferwaitSemaphoreCount(int value)Sets the specified value to thewaitSemaphoreCountfield.-
Methods inherited from class org.lwjgl.system.StructBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, get, get, get, get, hasRemaining, limit, limit, mark, position, position, put, put, put, remaining, reset, rewind, slice, slice, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkSubmitInfo.Bufferinstance 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 byVkSubmitInfo.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
-
Method Detail
-
sType
public int sType()
Returns the value of thesTypefield.
-
pNext
public long pNext()
Returns the value of thepNextfield.
-
waitSemaphoreCount
public int waitSemaphoreCount()
Returns the value of thewaitSemaphoreCountfield.
-
pWaitSemaphores
public java.nio.LongBuffer pWaitSemaphores()
Returns aLongBufferview of the data pointed to by thepWaitSemaphoresfield.
-
pWaitDstStageMask
public java.nio.IntBuffer pWaitDstStageMask()
Returns aIntBufferview of the data pointed to by thepWaitDstStageMaskfield.
-
commandBufferCount
public int commandBufferCount()
Returns the value of thecommandBufferCountfield.
-
pCommandBuffers
public PointerBuffer pCommandBuffers()
Returns aPointerBufferview of the data pointed to by thepCommandBuffersfield.
-
signalSemaphoreCount
public int signalSemaphoreCount()
Returns the value of thesignalSemaphoreCountfield.
-
pSignalSemaphores
public java.nio.LongBuffer pSignalSemaphores()
Returns aLongBufferview of the data pointed to by thepSignalSemaphoresfield.
-
sType
public VkSubmitInfo.Buffer sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkSubmitInfo.Buffer pNext(long value)
Sets the specified value to thepNextfield.
-
waitSemaphoreCount
public VkSubmitInfo.Buffer waitSemaphoreCount(int value)
Sets the specified value to thewaitSemaphoreCountfield.
-
pWaitSemaphores
public VkSubmitInfo.Buffer pWaitSemaphores(java.nio.LongBuffer value)
Sets the address of the specifiedLongBufferto thepWaitSemaphoresfield.
-
pWaitDstStageMask
public VkSubmitInfo.Buffer pWaitDstStageMask(java.nio.IntBuffer value)
Sets the address of the specifiedIntBufferto thepWaitDstStageMaskfield.
-
pCommandBuffers
public VkSubmitInfo.Buffer pCommandBuffers(PointerBuffer value)
Sets the address of the specifiedPointerBufferto thepCommandBuffersfield.
-
pSignalSemaphores
public VkSubmitInfo.Buffer pSignalSemaphores(java.nio.LongBuffer value)
Sets the address of the specifiedLongBufferto thepSignalSemaphoresfield.
-
-