A resource container for textures.

Namespace: VVVV.PluginInterfaces.V2.EX9
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public class TextureResource<TMetadata> : DXResource<Texture, TMetadata>

Type Parameters

TMetadata
The type of the metadata.

Inheritance Hierarchy

System..::..Object
  VVVV.PluginInterfaces.V2..::..Resource<(Of <(<'Device, Texture, TMetadata>)>)>
    VVVV.PluginInterfaces.V2.EX9..::..DXResource<(Of <(<'Texture, TMetadata>)>)>
      VVVV.PluginInterfaces.V2.EX9..::..TextureResource<(Of <(<'TMetadata>)>)>

See Also