Class ResourceSet
This class describes the elements inside a ResourceLayout.
Inheritance
ResourceSet
      
      
      
      
      
  Implements
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public abstract class ResourceSet : IDisposable
  Constructors
ResourceSet(ref ResourceSetDescription)
Initializes a new instance of the ResourceSet class.
Declaration
public ResourceSet(ref ResourceSetDescription description)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ResourceSetDescription | description | The resourceSet description.  | 
      
Fields
Description
The resourceSet description ResourceSetDescription.
Declaration
public readonly ResourceSetDescription Description
  Field Value
| Type | Description | 
|---|---|
| ResourceSetDescription | 
Properties
Name
Gets or sets a string identifying this instance. Can be used in graphics debuggers tools.
Declaration
public abstract string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Dispose()
/// Frees managed and unmanaged resources.
Declaration
public abstract void Dispose()