DescriptorPool Class
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Storage area for DescriptorSet.
Derived from DescriptorPool:
public class DescriptorPool : GraphicsResourceBase, IDisposable, IComponent, IReferencable, ICollectorHolder
| Name | Description | |
|---|---|---|
| Methods | ||
| Destroy() | ||
| New(GraphicsDevice, DescriptorTypeCount[]) | ||
| Reset() | ||
Methods
Destroy()
protected override void Destroy()
Overrides
New(GraphicsDevice, DescriptorTypeCount[])
public static DescriptorPool New(GraphicsDevice graphicsDevice, DescriptorTypeCount[] counts)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicsDevice | graphicsDevice | |
| DescriptorTypeCount[] | counts |
Returns
| Type | Description |
|---|---|
| DescriptorPool |
Reset()
public void Reset()