Class VkCopyDescriptorSet
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
Description
If the VkDescriptorSetLayoutBinding for dstBinding is DESCRIPTOR_TYPE_MUTABLE_EXT and srcBinding is not DESCRIPTOR_TYPE_MUTABLE_EXT, the new active descriptor type becomes the descriptor type of srcBinding. If both VkDescriptorSetLayoutBinding for srcBinding and dstBinding are DESCRIPTOR_TYPE_MUTABLE_EXT, the active descriptor type in each source descriptor is copied into the corresponding destination descriptor. The active descriptor type can be different for each source descriptor.
Note
The intention is that copies to and from mutable descriptors is a simple memcpy. Copies between non-mutable and mutable descriptors are expected to require one memcpy per descriptor to handle the difference in size, but this use case with more than one descriptorCount is considered rare.
Valid Usage
srcBindingmust be a valid binding withinsrcSet- The sum of
srcArrayElementanddescriptorCountmust be less than or equal to the number of array elements in the descriptor set binding specified bysrcBinding, and all applicable consecutive bindings dstBindingmust be a valid binding withindstSet- The sum of
dstArrayElementanddescriptorCountmust be less than or equal to the number of array elements in the descriptor set binding specified bydstBinding, and all applicable consecutive bindings - The type of
dstBindingwithindstSetmust be equal to the type ofsrcBindingwithinsrcSet - If
srcSetis equal todstSet, then the source and destination ranges of descriptors must not overlap, where the ranges may include array elements from consecutive bindings - If the descriptor type of the descriptor set binding specified by
srcBindingisDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK,srcArrayElementmust be an integer multiple of 4 - If the descriptor type of the descriptor set binding specified by
dstBindingisDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK,dstArrayElementmust be an integer multiple of 4 - If the descriptor type of the descriptor set binding specified by either
srcBindingordstBindingisDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK,descriptorCountmust be an integer multiple of 4 - If
srcSet’s layout was created with theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITflag set, thendstSet’s layout must also have been created with theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITflag set - If
srcSet’s layout was created without either theDESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_EXTflag or theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITflag set, thendstSet’s layout must have been created without theDESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BITflag set - If the descriptor pool from which
srcSetwas allocated was created with theDESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BITflag set, then the descriptor pool from whichdstSetwas allocated must also have been created with theDESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BITflag set - If the descriptor pool from which
srcSetwas allocated was created without either theDESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_EXTflag or theDESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BITflag set, then the descriptor pool from whichdstSetwas allocated must have been created without theDESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BITflag set - If the descriptor type of the descriptor set binding specified by
dstBindingisDESCRIPTOR_TYPE_SAMPLER, thendstSetmust not have been allocated with a layout that included immutable samplers fordstBinding - If
VkDescriptorSetLayoutBindingfordstSetatdstBindingisDESCRIPTOR_TYPE_MUTABLE_EXT, the new active descriptor type must exist in the correspondingpMutableDescriptorTypeListslist fordstBindingif the new active descriptor type is notDESCRIPTOR_TYPE_MUTABLE_EXT - If
VkDescriptorSetLayoutBindingforsrcSetatsrcBindingisDESCRIPTOR_TYPE_MUTABLE_EXTand theVkDescriptorSetLayoutBindingfordstSetatdstBindingis notDESCRIPTOR_TYPE_MUTABLE_EXT, the active descriptor type for the source descriptor must match the descriptor type ofdstBinding - If
VkDescriptorSetLayoutBindingfordstSetatdstBindingisDESCRIPTOR_TYPE_MUTABLE_EXT, and the new active descriptor type isDESCRIPTOR_TYPE_MUTABLE_EXT, thepMutableDescriptorTypeListsforsrcBindinganddstBindingmust match exactly
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_COPY_DESCRIPTOR_SETpNextmust beNULLsrcSetmust be a validVkDescriptorSethandledstSetmust be a validVkDescriptorSethandle- Both of
dstSet, andsrcSetmust have been created, allocated, or retrieved from the sameVkDevice
See Also
Layout
struct VkCopyDescriptorSet {
VkStructureType sType();
void const * pNext();
VkDescriptorSet srcSet();
uint32_t srcBinding();
uint32_t srcArrayElement();
VkDescriptorSet dstSet();
uint32_t dstBinding();
uint32_t dstArrayElement();
uint32_t descriptorCount();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkCopyDescriptorSet(ByteBuffer container) Creates aVkCopyDescriptorSetinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkCopyDescriptorSetcalloc()Returns a newVkCopyDescriptorSetinstance allocated withmemCalloc.static VkCopyDescriptorSet.Buffercalloc(int capacity) Returns a newVkCopyDescriptorSet.Bufferinstance allocated withmemCalloc.static VkCopyDescriptorSet.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkCopyDescriptorSet.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkCopyDescriptorSetcalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkCopyDescriptorSetinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkCopyDescriptorSetDeprecated.static VkCopyDescriptorSet.BuffercallocStack(int capacity) Deprecated.static VkCopyDescriptorSet.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkCopyDescriptorSetcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static VkCopyDescriptorSetcreate()Returns a newVkCopyDescriptorSetinstance allocated withBufferUtils.static VkCopyDescriptorSet.Buffercreate(int capacity) Returns a newVkCopyDescriptorSet.Bufferinstance allocated withBufferUtils.static VkCopyDescriptorSetcreate(long address) Returns a newVkCopyDescriptorSetinstance for the specified memory address.static VkCopyDescriptorSet.Buffercreate(long address, int capacity) Create aVkCopyDescriptorSet.Bufferinstance at the specified memory.static @Nullable VkCopyDescriptorSetcreateSafe(long address) static @Nullable VkCopyDescriptorSet.BuffercreateSafe(long address, int capacity) intthe number of descriptors to copy from the source to destination.descriptorCount(int value) Sets the specified value to thedescriptorCount()field.intseedstSetdstArrayElement(int value) Sets the specified value to thedstArrayElement()field.intseedstSetdstBinding(int value) Sets the specified value to thedstBinding()field.longdstSet()dstSet,dstBinding, anddstArrayElementare the destination set, binding, and array element, respectively.dstSet(long value) Sets the specified value to thedstSet()field.static VkCopyDescriptorSetmalloc()Returns a newVkCopyDescriptorSetinstance allocated withmemAlloc.static VkCopyDescriptorSet.Buffermalloc(int capacity) Returns a newVkCopyDescriptorSet.Bufferinstance allocated withmemAlloc.static VkCopyDescriptorSet.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkCopyDescriptorSet.Bufferinstance allocated on the specifiedMemoryStack.static VkCopyDescriptorSetmalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkCopyDescriptorSetinstance allocated on the specifiedMemoryStack.static VkCopyDescriptorSetDeprecated.static VkCopyDescriptorSet.BuffermallocStack(int capacity) Deprecated.static VkCopyDescriptorSet.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkCopyDescriptorSetmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static intndescriptorCount(long struct) Unsafe version ofdescriptorCount().static voidndescriptorCount(long struct, int value) Unsafe version ofdescriptorCount.static intndstArrayElement(long struct) Unsafe version ofdstArrayElement().static voidndstArrayElement(long struct, int value) Unsafe version ofdstArrayElement.static intndstBinding(long struct) Unsafe version ofdstBinding().static voidndstBinding(long struct, int value) Unsafe version ofdstBinding.static longndstSet(long struct) Unsafe version ofdstSet().static voidndstSet(long struct, long value) Unsafe version ofdstSet.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnsrcArrayElement(long struct) Unsafe version ofsrcArrayElement().static voidnsrcArrayElement(long struct, int value) Unsafe version ofsrcArrayElement.static intnsrcBinding(long struct) Unsafe version ofsrcBinding().static voidnsrcBinding(long struct, int value) Unsafe version ofsrcBinding.static longnsrcSet(long struct) Unsafe version ofsrcSet().static voidnsrcSet(long struct, long value) Unsafe version ofsrcSet.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.set(int sType, long pNext, long srcSet, int srcBinding, int srcArrayElement, long dstSet, int dstBinding, int dstArrayElement, int descriptorCount) Initializes this struct with the specified values.set(VkCopyDescriptorSet src) Copies the specified struct data to this struct.intsizeof()intseesrcSetsrcArrayElement(int value) Sets the specified value to thesrcArrayElement()field.intseesrcSetsrcBinding(int value) Sets the specified value to thesrcBinding()field.longsrcSet()srcSet,srcBinding, andsrcArrayElementare the source set, binding, and array element, respectively.srcSet(long value) Sets the specified value to thesrcSet()field.intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_COPY_DESCRIPTOR_SETvalue to thesType()field.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
SRCSET
public static final int SRCSETThe struct member offsets. -
SRCBINDING
public static final int SRCBINDINGThe struct member offsets. -
SRCARRAYELEMENT
public static final int SRCARRAYELEMENTThe struct member offsets. -
DSTSET
public static final int DSTSETThe struct member offsets. -
DSTBINDING
public static final int DSTBINDINGThe struct member offsets. -
DSTARRAYELEMENT
public static final int DSTARRAYELEMENTThe struct member offsets. -
DESCRIPTORCOUNT
public static final int DESCRIPTORCOUNTThe struct member offsets.
-
-
Constructor Details
-
VkCopyDescriptorSet
Creates aVkCopyDescriptorSetinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkCopyDescriptorSet>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
srcSet
public long srcSet()srcSet,srcBinding, andsrcArrayElementare the source set, binding, and array element, respectively. If the descriptor binding identified bysrcSetandsrcBindinghas a descriptor type ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCKthensrcArrayElementspecifies the starting byte offset within the binding to copy from. -
srcBinding
public int srcBinding()seesrcSet -
srcArrayElement
public int srcArrayElement()seesrcSet -
dstSet
public long dstSet()dstSet,dstBinding, anddstArrayElementare the destination set, binding, and array element, respectively. If the descriptor binding identified bydstSetanddstBindinghas a descriptor type ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCKthendstArrayElementspecifies the starting byte offset within the binding to copy to. -
dstBinding
public int dstBinding()seedstSet -
dstArrayElement
public int dstArrayElement()seedstSet -
descriptorCount
public int descriptorCount()the number of descriptors to copy from the source to destination. IfdescriptorCountis greater than the number of remaining array elements in the source or destination binding, those affect consecutive bindings in a manner similar toVkWriteDescriptorSetabove. If the descriptor binding identified bysrcSetandsrcBindinghas a descriptor type ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCKthendescriptorCountspecifies the number of bytes to copy and the remaining array elements in the source or destination binding refer to the remaining number of bytes in those. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_COPY_DESCRIPTOR_SETvalue to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
srcSet
Sets the specified value to thesrcSet()field. -
srcBinding
Sets the specified value to thesrcBinding()field. -
srcArrayElement
Sets the specified value to thesrcArrayElement()field. -
dstSet
Sets the specified value to thedstSet()field. -
dstBinding
Sets the specified value to thedstBinding()field. -
dstArrayElement
Sets the specified value to thedstArrayElement()field. -
descriptorCount
Sets the specified value to thedescriptorCount()field. -
set
public VkCopyDescriptorSet set(int sType, long pNext, long srcSet, int srcBinding, int srcArrayElement, long dstSet, int dstBinding, int dstArrayElement, int descriptorCount) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkCopyDescriptorSetinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkCopyDescriptorSetinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkCopyDescriptorSetinstance allocated withBufferUtils. -
create
Returns a newVkCopyDescriptorSetinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkCopyDescriptorSet.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkCopyDescriptorSet.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkCopyDescriptorSet.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkCopyDescriptorSet.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static VkCopyDescriptorSet.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static VkCopyDescriptorSet.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newVkCopyDescriptorSetinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkCopyDescriptorSetinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkCopyDescriptorSet.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkCopyDescriptorSet.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
nsrcSet
public static long nsrcSet(long struct) Unsafe version ofsrcSet(). -
nsrcBinding
public static int nsrcBinding(long struct) Unsafe version ofsrcBinding(). -
nsrcArrayElement
public static int nsrcArrayElement(long struct) Unsafe version ofsrcArrayElement(). -
ndstSet
public static long ndstSet(long struct) Unsafe version ofdstSet(). -
ndstBinding
public static int ndstBinding(long struct) Unsafe version ofdstBinding(). -
ndstArrayElement
public static int ndstArrayElement(long struct) Unsafe version ofdstArrayElement(). -
ndescriptorCount
public static int ndescriptorCount(long struct) Unsafe version ofdescriptorCount(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext. -
nsrcSet
public static void nsrcSet(long struct, long value) Unsafe version ofsrcSet. -
nsrcBinding
public static void nsrcBinding(long struct, int value) Unsafe version ofsrcBinding. -
nsrcArrayElement
public static void nsrcArrayElement(long struct, int value) Unsafe version ofsrcArrayElement. -
ndstSet
public static void ndstSet(long struct, long value) Unsafe version ofdstSet. -
ndstBinding
public static void ndstBinding(long struct, int value) Unsafe version ofdstBinding. -
ndstArrayElement
public static void ndstArrayElement(long struct, int value) Unsafe version ofdstArrayElement. -
ndescriptorCount
public static void ndescriptorCount(long struct, int value) Unsafe version ofdescriptorCount.
-