Interface VulkanCopyDescriptorSetType

All Known Implementing Classes:
VulkanCopyDescriptorSet

@Immutable public interface VulkanCopyDescriptorSetType
See Also:
  • "VkCopyDescriptorSet"
  • Method Details

    • 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