Class DX11ResourceLayout
The DX11 implementation of ResourceLayout object.
Implements
Inherited Members
Namespace: Evergine.DirectX11
Assembly: Evergine.DirectX11.dll
Syntax
public class DX11ResourceLayout : ResourceLayout, IDisposable
Constructors
DX11ResourceLayout(ref ResourceLayoutDescription)
Initializes a new instance of the DX11ResourceLayout class.
Declaration
public DX11ResourceLayout(ref ResourceLayoutDescription description)
Parameters
Type | Name | Description |
---|---|---|
ResourceLayoutDescription | description | The layout 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()