![]() | |
Vulkan |
public class VulkanDynamicDescriptorSetFactory : GpuDeviceComponent
The VulkanDynamicDescriptorSetFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create | Returns a new instance of VulkanDynamicDescriptorSetFactor and a DisposeToken that can be used to dispose the created VulkanDynamicDescriptorSetFactor. |
![]() | Dispose | (Overrides ComponentBaseDispose(Boolean)) |
![]() | FreeDescriptorSets | Frees the DescriptorSet that were created by the GetDescriptorSets(Int32, String) method. This method can be called from any thread or from object destructor. |
![]() | GetDescriptorSets | 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). |
![]() | GetReportString | Gets the string that describes the used Descriptor pools and the number of allocated DescriptorSets. |