Class MTLResourceSet
The Metal implementation of the resourceSet object.
Implements
Inherited Members
Namespace: Evergine.Metal
Assembly: Evergine.Metal.dll
Syntax
public class MTLResourceSet : ResourceSet, IDisposable
  Constructors
MTLResourceSet(ref ResourceSetDescription)
Initializes a new instance of the MTLResourceSet class.
Declaration
public MTLResourceSet(ref ResourceSetDescription description)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ResourceSetDescription | description | The resourceSet description.  | 
      
Properties
Name
Gets or sets a string identifying this instance. Can be used in graphics debuggers tools.
Declaration
public override string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
Dispose()
/// Frees managed and unmanaged resources.
Declaration
public override void Dispose()