Table of Contents

Class ResourceSet

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll

A device resource used to bind a particular set of BindableResource objects to a CommandList. See ResourceSetDescription.

public abstract class ResourceSet : DeviceResource, IDisposable
Inheritance
ResourceSet
Implements
Inherited Members

Properties

IsDisposed

A bool indicating whether this instance has been disposed.

public abstract bool IsDisposed { get; }

Property Value

bool

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

string

Methods

Dispose()

Frees unmanaged device resources controlled by this instance.

public abstract void Dispose()