Initializes a new instance of the TextureDeviceData class

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

Syntax

C#
public TextureDeviceData(
	ISpread<Texture> texture
)

Parameters

texture
Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'Texture>)>)>

[Missing <param name="texture"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.TextureDeviceData.#ctor(VVVV.PluginInterfaces.V2.ISpread{SlimDX.Direct3D9.Texture})"]

See Also