Class ResourceSet
This class describes the elements within a ResourceLayout.
Inheritance
ResourceSet
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public abstract class ResourceSet
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 description of the ResourceSet 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 debugger tools.
Declaration
public abstract string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public abstract void Dispose()