Click or drag to resize
Ab4d.SharpEngine logo

VulkanDynamicDescriptorSetFactoryFreeDescriptorSets Method

Frees the DescriptorSet that were created by the GetDescriptorSets(Int32, String) method. This method can be called from any thread or from object destructor. Note that it is not needed to free allocated descriptor sets before the disposing the DescriptorPool by calling Dispose method on this class.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public void FreeDescriptorSets(
	DescriptorSet[] descriptorSets,
	int poolIndex
)

Parameters

descriptorSets  DescriptorSet
array of DescriptorSets created by the CreateDescriptorSets method
poolIndex  Int32
pool index that was returned by CreateDescriptorSets method
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.VulkanDynamicDescriptorSetFactory.FreeDescriptorSets(Ab4d.Vulkan.DescriptorSet[],System.Int32)"]

See Also