Package org.lwjgl.vulkan
Class VkPresentInfoKHR.Buffer
- java.lang.Object
-
- org.lwjgl.system.StructBuffer<VkPresentInfoKHR,VkPresentInfoKHR.Buffer>
-
- org.lwjgl.vulkan.VkPresentInfoKHR.Buffer
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
- Enclosing class:
- VkPresentInfoKHR
public static final class VkPresentInfoKHR.Buffer extends StructBuffer<VkPresentInfoKHR,VkPresentInfoKHR.Buffer>
An array ofVkPresentInfoKHRstructs.
-
-
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 newVkPresentInfoKHR.Bufferinstance backed by the specified container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.nio.IntBufferpImageIndices()Returns aIntBufferview of the data pointed to by thepImageIndicesfield.VkPresentInfoKHR.BufferpImageIndices(java.nio.IntBuffer value)Sets the address of the specifiedIntBufferto thepImageIndicesfield.longpNext()Returns the value of thepNextfield.VkPresentInfoKHR.BufferpNext(long value)Sets the specified value to thepNextfield.java.nio.IntBufferpResults()Returns aIntBufferview of the data pointed to by thepResultsfield.VkPresentInfoKHR.BufferpResults(java.nio.IntBuffer value)Sets the address of the specifiedIntBufferto thepResultsfield.java.nio.LongBufferpSwapchains()Returns aLongBufferview of the data pointed to by thepSwapchainsfield.VkPresentInfoKHR.BufferpSwapchains(java.nio.LongBuffer value)Sets the address of the specifiedLongBufferto thepSwapchainsfield.java.nio.LongBufferpWaitSemaphores()Returns aLongBufferview of the data pointed to by thepWaitSemaphoresfield.VkPresentInfoKHR.BufferpWaitSemaphores(java.nio.LongBuffer value)Sets the address of the specifiedLongBufferto thepWaitSemaphoresfield.intsType()Returns the value of thesTypefield.VkPresentInfoKHR.BuffersType(int value)Sets the specified value to thesTypefield.intswapchainCount()Returns the value of theswapchainCountfield.VkPresentInfoKHR.BufferswapchainCount(int value)Sets the specified value to theswapchainCountfield.intwaitSemaphoreCount()Returns the value of 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 newVkPresentInfoKHR.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 byVkPresentInfoKHR.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.
-
swapchainCount
public int swapchainCount()
Returns the value of theswapchainCountfield.
-
pSwapchains
public java.nio.LongBuffer pSwapchains()
Returns aLongBufferview of the data pointed to by thepSwapchainsfield.
-
pImageIndices
public java.nio.IntBuffer pImageIndices()
Returns aIntBufferview of the data pointed to by thepImageIndicesfield.
-
pResults
public java.nio.IntBuffer pResults()
Returns aIntBufferview of the data pointed to by thepResultsfield.
-
sType
public VkPresentInfoKHR.Buffer sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkPresentInfoKHR.Buffer pNext(long value)
Sets the specified value to thepNextfield.
-
pWaitSemaphores
public VkPresentInfoKHR.Buffer pWaitSemaphores(java.nio.LongBuffer value)
Sets the address of the specifiedLongBufferto thepWaitSemaphoresfield.
-
swapchainCount
public VkPresentInfoKHR.Buffer swapchainCount(int value)
Sets the specified value to theswapchainCountfield.
-
pSwapchains
public VkPresentInfoKHR.Buffer pSwapchains(java.nio.LongBuffer value)
Sets the address of the specifiedLongBufferto thepSwapchainsfield.
-
pImageIndices
public VkPresentInfoKHR.Buffer pImageIndices(java.nio.IntBuffer value)
Sets the address of the specifiedIntBufferto thepImageIndicesfield.
-
pResults
public VkPresentInfoKHR.Buffer pResults(java.nio.IntBuffer value)
Sets the address of the specifiedIntBufferto thepResultsfield.
-
-