Interface DeviceResource
A resource owned by a GraphicsDevice, which can be given a string identifier for debugging and informational purposes.
Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
public interface DeviceResource
Properties
Name
A string identifying this instance. Can be used to differentiate between objects in graphics debuggers and other tools.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |