Package org.lwjgl.vulkan
Class VkCopyDescriptorSet.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkCopyDescriptorSet,VkCopyDescriptorSet.Buffer>
-
- org.lwjgl.vulkan.VkCopyDescriptorSet.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkCopyDescriptorSet>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkCopyDescriptorSet
public static class VkCopyDescriptorSet.Buffer extends org.lwjgl.system.StructBuffer<VkCopyDescriptorSet,VkCopyDescriptorSet.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkCopyDescriptorSet
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
descriptorCount()
Returns the value of thedescriptorCount
field.VkCopyDescriptorSet.Buffer
descriptorCount(int value)
Sets the specified value to thedescriptorCount
field.int
dstArrayElement()
Returns the value of thedstArrayElement
field.VkCopyDescriptorSet.Buffer
dstArrayElement(int value)
Sets the specified value to thedstArrayElement
field.int
dstBinding()
Returns the value of thedstBinding
field.VkCopyDescriptorSet.Buffer
dstBinding(int value)
Sets the specified value to thedstBinding
field.long
dstSet()
Returns the value of thedstSet
field.VkCopyDescriptorSet.Buffer
dstSet(long value)
Sets the specified value to thedstSet
field.long
pNext()
Returns the value of thepNext
field.VkCopyDescriptorSet.Buffer
pNext(long value)
Sets the specified value to thepNext
field.int
srcArrayElement()
Returns the value of thesrcArrayElement
field.VkCopyDescriptorSet.Buffer
srcArrayElement(int value)
Sets the specified value to thesrcArrayElement
field.int
srcBinding()
Returns the value of thesrcBinding
field.VkCopyDescriptorSet.Buffer
srcBinding(int value)
Sets the specified value to thesrcBinding
field.long
srcSet()
Returns the value of thesrcSet
field.VkCopyDescriptorSet.Buffer
srcSet(long value)
Sets the specified value to thesrcSet
field.int
sType()
Returns the value of thesType
field.VkCopyDescriptorSet.Buffer
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkCopyDescriptorSet.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 byVkCopyDescriptorSet.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.
-
srcSet
public long srcSet()
Returns the value of thesrcSet
field.
-
srcBinding
public int srcBinding()
Returns the value of thesrcBinding
field.
-
srcArrayElement
public int srcArrayElement()
Returns the value of thesrcArrayElement
field.
-
dstSet
public long dstSet()
Returns the value of thedstSet
field.
-
dstBinding
public int dstBinding()
Returns the value of thedstBinding
field.
-
dstArrayElement
public int dstArrayElement()
Returns the value of thedstArrayElement
field.
-
descriptorCount
public int descriptorCount()
Returns the value of thedescriptorCount
field.
-
sType
public VkCopyDescriptorSet.Buffer sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkCopyDescriptorSet.Buffer pNext(long value)
Sets the specified value to thepNext
field.
-
srcSet
public VkCopyDescriptorSet.Buffer srcSet(long value)
Sets the specified value to thesrcSet
field.
-
srcBinding
public VkCopyDescriptorSet.Buffer srcBinding(int value)
Sets the specified value to thesrcBinding
field.
-
srcArrayElement
public VkCopyDescriptorSet.Buffer srcArrayElement(int value)
Sets the specified value to thesrcArrayElement
field.
-
dstSet
public VkCopyDescriptorSet.Buffer dstSet(long value)
Sets the specified value to thedstSet
field.
-
dstBinding
public VkCopyDescriptorSet.Buffer dstBinding(int value)
Sets the specified value to thedstBinding
field.
-
dstArrayElement
public VkCopyDescriptorSet.Buffer dstArrayElement(int value)
Sets the specified value to thedstArrayElement
field.
-
descriptorCount
public VkCopyDescriptorSet.Buffer descriptorCount(int value)
Sets the specified value to thedescriptorCount
field.
-
-