Package org.lwjgl.vulkan
Class VkCopyDescriptorSet.Buffer
- java.lang.Object
-
- org.lwjgl.system.StructBuffer<VkCopyDescriptorSet,VkCopyDescriptorSet.Buffer>
-
- org.lwjgl.vulkan.VkCopyDescriptorSet.Buffer
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
- Enclosing class:
- VkCopyDescriptorSet
public static final class VkCopyDescriptorSet.Buffer extends StructBuffer<VkCopyDescriptorSet,VkCopyDescriptorSet.Buffer>
An array ofVkCopyDescriptorSetstructs.
-
-
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 newVkCopyDescriptorSet.Bufferinstance backed by the specified container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intdescriptorCount()Returns the value of thedescriptorCountfield.VkCopyDescriptorSet.BufferdescriptorCount(int value)Sets the specified value to thedescriptorCountfield.intdstArrayElement()Returns the value of thedstArrayElementfield.VkCopyDescriptorSet.BufferdstArrayElement(int value)Sets the specified value to thedstArrayElementfield.intdstBinding()Returns the value of thedstBindingfield.VkCopyDescriptorSet.BufferdstBinding(int value)Sets the specified value to thedstBindingfield.longdstSet()Returns the value of thedstSetfield.VkCopyDescriptorSet.BufferdstSet(long value)Sets the specified value to thedstSetfield.longpNext()Returns the value of thepNextfield.VkCopyDescriptorSet.BufferpNext(long value)Sets the specified value to thepNextfield.intsrcArrayElement()Returns the value of thesrcArrayElementfield.VkCopyDescriptorSet.BuffersrcArrayElement(int value)Sets the specified value to thesrcArrayElementfield.intsrcBinding()Returns the value of thesrcBindingfield.VkCopyDescriptorSet.BuffersrcBinding(int value)Sets the specified value to thesrcBindingfield.longsrcSet()Returns the value of thesrcSetfield.VkCopyDescriptorSet.BuffersrcSet(long value)Sets the specified value to thesrcSetfield.intsType()Returns the value of thesTypefield.VkCopyDescriptorSet.BuffersType(int value)Sets the specified value to thesTypefield.-
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 newVkCopyDescriptorSet.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 byVkCopyDescriptorSet.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.
-
srcSet
public long srcSet()
Returns the value of thesrcSetfield.
-
srcBinding
public int srcBinding()
Returns the value of thesrcBindingfield.
-
srcArrayElement
public int srcArrayElement()
Returns the value of thesrcArrayElementfield.
-
dstSet
public long dstSet()
Returns the value of thedstSetfield.
-
dstBinding
public int dstBinding()
Returns the value of thedstBindingfield.
-
dstArrayElement
public int dstArrayElement()
Returns the value of thedstArrayElementfield.
-
descriptorCount
public int descriptorCount()
Returns the value of thedescriptorCountfield.
-
sType
public VkCopyDescriptorSet.Buffer sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkCopyDescriptorSet.Buffer pNext(long value)
Sets the specified value to thepNextfield.
-
srcSet
public VkCopyDescriptorSet.Buffer srcSet(long value)
Sets the specified value to thesrcSetfield.
-
srcBinding
public VkCopyDescriptorSet.Buffer srcBinding(int value)
Sets the specified value to thesrcBindingfield.
-
srcArrayElement
public VkCopyDescriptorSet.Buffer srcArrayElement(int value)
Sets the specified value to thesrcArrayElementfield.
-
dstSet
public VkCopyDescriptorSet.Buffer dstSet(long value)
Sets the specified value to thedstSetfield.
-
dstBinding
public VkCopyDescriptorSet.Buffer dstBinding(int value)
Sets the specified value to thedstBindingfield.
-
dstArrayElement
public VkCopyDescriptorSet.Buffer dstArrayElement(int value)
Sets the specified value to thedstArrayElementfield.
-
descriptorCount
public VkCopyDescriptorSet.Buffer descriptorCount(int value)
Sets the specified value to thedescriptorCountfield.
-
-