Interface VulkanCopyDescriptorSetType
- All Known Implementing Classes:
VulkanCopyDescriptorSet
@Immutable
public interface VulkanCopyDescriptorSetType
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintintintintint
-
Method Details
-
sourceSet
VulkanDescriptorSetType sourceSet()- Returns:
- The source set
-
sourceBinding
int sourceBinding()- Returns:
- The source binding
-
sourceArrayElement
int sourceArrayElement()- Returns:
- The source array element
-
destinationSet
VulkanDescriptorSetType destinationSet()- Returns:
- The destination set
-
destinationBinding
int destinationBinding()- Returns:
- The destination binding
-
destinationArrayElement
int destinationArrayElement()- Returns:
- The destination array element
-
descriptorCount
int descriptorCount()- Returns:
- The number of descriptors to copy from the source to destination
-