Class ResourceLayout
- Namespace
- NeoVeldrid
- Assembly
- NeoVeldrid.dll
A device resource which describes the layout and kind of BindableResource objects available to a shader set. See ResourceLayoutDescription.
public abstract class ResourceLayout : DeviceResource, IDisposable
- Inheritance
-
ResourceLayout
- Implements
- Inherited Members
Properties
IsDisposed
A bool indicating whether this instance has been disposed.
public abstract bool IsDisposed { get; }
Property Value
Name
A string identifying this instance. Can be used to differentiate between objects in graphics debuggers and other tools.
public abstract string Name { get; set; }
Property Value
Methods
Dispose()
Frees unmanaged device resources controlled by this instance.
public abstract void Dispose()