Package org.lwjgl.vulkan
Class VkBindSparseInfo.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkBindSparseInfo,VkBindSparseInfo.Buffer>
-
- org.lwjgl.vulkan.VkBindSparseInfo.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkBindSparseInfo>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkBindSparseInfo
public static class VkBindSparseInfo.Buffer extends org.lwjgl.system.StructBuffer<VkBindSparseInfo,VkBindSparseInfo.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkBindSparseInfo
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
bufferBindCount()
Returns the value of thebufferBindCount
field.int
imageBindCount()
Returns the value of theimageBindCount
field.int
imageOpaqueBindCount()
Returns the value of theimageOpaqueBindCount
field.VkSparseBufferMemoryBindInfo.Buffer
pBufferBinds()
Returns aVkSparseBufferMemoryBindInfo.Buffer
view of the struct array pointed to by thepBufferBinds
field.VkBindSparseInfo.Buffer
pBufferBinds(VkSparseBufferMemoryBindInfo.Buffer value)
Sets the address of the specifiedVkSparseBufferMemoryBindInfo.Buffer
to thepBufferBinds
field.VkSparseImageMemoryBindInfo.Buffer
pImageBinds()
Returns aVkSparseImageMemoryBindInfo.Buffer
view of the struct array pointed to by thepImageBinds
field.VkBindSparseInfo.Buffer
pImageBinds(VkSparseImageMemoryBindInfo.Buffer value)
Sets the address of the specifiedVkSparseImageMemoryBindInfo.Buffer
to thepImageBinds
field.VkSparseImageOpaqueMemoryBindInfo.Buffer
pImageOpaqueBinds()
Returns aVkSparseImageOpaqueMemoryBindInfo.Buffer
view of the struct array pointed to by thepImageOpaqueBinds
field.VkBindSparseInfo.Buffer
pImageOpaqueBinds(VkSparseImageOpaqueMemoryBindInfo.Buffer value)
Sets the address of the specifiedVkSparseImageOpaqueMemoryBindInfo.Buffer
to thepImageOpaqueBinds
field.long
pNext()
Returns the value of thepNext
field.VkBindSparseInfo.Buffer
pNext(long value)
Sets the specified value to thepNext
field.java.nio.LongBuffer
pSignalSemaphores()
Returns aLongBuffer
view of the data pointed to by thepSignalSemaphores
field.VkBindSparseInfo.Buffer
pSignalSemaphores(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepSignalSemaphores
field.java.nio.LongBuffer
pWaitSemaphores()
Returns aLongBuffer
view of the data pointed to by thepWaitSemaphores
field.VkBindSparseInfo.Buffer
pWaitSemaphores(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepWaitSemaphores
field.int
signalSemaphoreCount()
Returns the value of thesignalSemaphoreCount
field.int
sType()
Returns the value of thesType
field.VkBindSparseInfo.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 newVkBindSparseInfo.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 byVkBindSparseInfo.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.
-
pWaitSemaphores
@Nullable public java.nio.LongBuffer pWaitSemaphores()
Returns aLongBuffer
view of the data pointed to by thepWaitSemaphores
field.
-
bufferBindCount
public int bufferBindCount()
Returns the value of thebufferBindCount
field.
-
pBufferBinds
@Nullable public VkSparseBufferMemoryBindInfo.Buffer pBufferBinds()
Returns aVkSparseBufferMemoryBindInfo.Buffer
view of the struct array pointed to by thepBufferBinds
field.
-
imageOpaqueBindCount
public int imageOpaqueBindCount()
Returns the value of theimageOpaqueBindCount
field.
-
pImageOpaqueBinds
@Nullable public VkSparseImageOpaqueMemoryBindInfo.Buffer pImageOpaqueBinds()
Returns aVkSparseImageOpaqueMemoryBindInfo.Buffer
view of the struct array pointed to by thepImageOpaqueBinds
field.
-
imageBindCount
public int imageBindCount()
Returns the value of theimageBindCount
field.
-
pImageBinds
@Nullable public VkSparseImageMemoryBindInfo.Buffer pImageBinds()
Returns aVkSparseImageMemoryBindInfo.Buffer
view of the struct array pointed to by thepImageBinds
field.
-
signalSemaphoreCount
public int signalSemaphoreCount()
Returns the value of thesignalSemaphoreCount
field.
-
pSignalSemaphores
@Nullable public java.nio.LongBuffer pSignalSemaphores()
Returns aLongBuffer
view of the data pointed to by thepSignalSemaphores
field.
-
sType
public VkBindSparseInfo.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkBindSparseInfo.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
pWaitSemaphores
public VkBindSparseInfo.Buffer pWaitSemaphores(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepWaitSemaphores
field.
-
pBufferBinds
public VkBindSparseInfo.Buffer pBufferBinds(@Nullable VkSparseBufferMemoryBindInfo.Buffer value)
Sets the address of the specifiedVkSparseBufferMemoryBindInfo.Buffer
to thepBufferBinds
field.
-
pImageOpaqueBinds
public VkBindSparseInfo.Buffer pImageOpaqueBinds(@Nullable VkSparseImageOpaqueMemoryBindInfo.Buffer value)
Sets the address of the specifiedVkSparseImageOpaqueMemoryBindInfo.Buffer
to thepImageOpaqueBinds
field.
-
pImageBinds
public VkBindSparseInfo.Buffer pImageBinds(@Nullable VkSparseImageMemoryBindInfo.Buffer value)
Sets the address of the specifiedVkSparseImageMemoryBindInfo.Buffer
to thepImageBinds
field.
-
pSignalSemaphores
public VkBindSparseInfo.Buffer pSignalSemaphores(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepSignalSemaphores
field.
-
-