Class NeoVeldridDisposedResourceException
- Namespace
- NeoVeldrid
- Assembly
- NeoVeldrid.dll
Thrown when a Framebuffer or ResourceSet is used after a resource it references has been disposed.
public class NeoVeldridDisposedResourceException : NeoVeldridException, ISerializable
- Inheritance
-
NeoVeldridDisposedResourceException
- Implements
- Inherited Members
Properties
Resource
Gets the bound resource that caused the error: one that has been disposed, or that references a disposed resource.
public BindableResource Resource { get; }