Interface VulkanDescriptorSetAllocateInfoType
- All Known Implementing Classes:
VulkanDescriptorSetAllocateInfo
@Immutable
public interface VulkanDescriptorSetAllocateInfoType
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidCheck preconditions for the type.IfVulkanDescriptorBindingFlag.VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNTis used, each element in this list specifies the descriptor count for the corresponding layout insetLayouts().
-
Method Details
-
descriptorPool
VulkanDescriptorPoolType descriptorPool()- Returns:
- The descriptor pool from which descriptor sets will be allocated
-
setLayouts
List<VulkanDescriptorSetLayoutType> setLayouts()- Returns:
- An array of descriptor set layouts, with each member specifying how the corresponding descriptor set is allocated.
-
descriptorCounts
IfVulkanDescriptorBindingFlag.VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNTis used, each element in this list specifies the descriptor count for the corresponding layout insetLayouts().- Returns:
- The list of descriptor counts
- See Also:
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-