Click or drag to resize
Ab4d.SharpEngine logo

VulkanDynamicDescriptorSetFactory Methods

The VulkanDynamicDescriptorSetFactory type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate Returns a new instance of VulkanDynamicDescriptorSetFactor and a DisposeToken that can be used to dispose the created VulkanDynamicDescriptorSetFactor.
Protected methodDispose
(Overrides ComponentBaseDispose(Boolean))
Public methodFreeDescriptorSets Frees the DescriptorSet that were created by the GetDescriptorSets(Int32, String) method. This method can be called from any thread or from object destructor.
Public methodGetDescriptorSets GetDescriptorSets returns an array of DescriptorSet and an index of the used DescriptorPool. The index is needed when calling FreeDescriptorSets(DescriptorSet, Int32) method. The GetDescriptorSets method can be called only on the main thread (the same thread the VulkanDevice was created on).
Public methodGetReportString Gets the string that describes the used Descriptor pools and the number of allocated DescriptorSets.
Top
See Also