Class ResourceLayout
This class represent a set of bindable resources.
Inheritance
ResourceLayout
Implements
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public abstract class ResourceLayout : IDisposable
Constructors
ResourceLayout(ref ResourceLayoutDescription)
Initializes a new instance of the ResourceLayout class.
Declaration
public ResourceLayout(ref ResourceLayoutDescription description)
Parameters
Type | Name | Description |
---|---|---|
ResourceLayoutDescription | description | The resource layout description. |
Fields
Description
The resource layout description.
Declaration
public readonly ResourceLayoutDescription Description
Field Value
Type | Description |
---|---|
ResourceLayoutDescription |
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()