Click or drag to resize
Ab4d.SharpEngine logo

DescriptorSetsCache Methods

The DescriptorSetsCache type exposes the following members.

Methods
 NameDescription
Public methodCleanup 
Public methodDispose 
Protected methodDispose(Boolean) Releases unmanaged and managed resources (when disposing is true). This method may be called only from the CheckAndDispose(Boolean) method and must not be called manually by the user.
(Overrides ComponentBaseDispose(Boolean))
Public methodFreeDescriptorSets(GpuBuffer) 
Public methodFreeDescriptorSets(GpuImage, GpuSampler) 
Public methodFreeDescriptorSets(GpuBuffer, GpuImage, GpuSampler) 
Public methodFreeDescriptorSetsForDataBuffers 
Public methodGetDescriptorSets(GpuBuffer) 
Public methodGetDescriptorSets(GpuImage, GpuSampler) 
Public methodGetDescriptorSets(GpuBuffer, GpuImage, GpuSampler) 
Public methodGetReportString Gets the string that describes the used Descriptor pools and the number of allocated DescriptorSets.
Top
See Also