Table of Contents

Interface DeviceResource

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll

A resource owned by a GraphicsDevice, which can be given a string identifier for debugging and informational purposes.

public interface DeviceResource

Properties

Name

A string identifying this instance. Can be used to differentiate between objects in graphics debuggers and other tools.

string Name { get; set; }

Property Value

string