[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXTextureOutPluginBase.DestroyDeviceData(VVVV.PluginInterfaces.V2.EX9.TextureDeviceData,System.Boolean)"]

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

Syntax

C#
protected override void DestroyDeviceData(
	TextureDeviceData deviceData,
	bool OnlyUnManaged
)

Parameters

deviceData
Type: VVVV.PluginInterfaces.V2.EX9..::..TextureDeviceData

[Missing <param name="deviceData"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXTextureOutPluginBase.DestroyDeviceData(VVVV.PluginInterfaces.V2.EX9.TextureDeviceData,System.Boolean)"]

OnlyUnManaged
Type: System..::..Boolean

[Missing <param name="OnlyUnManaged"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXTextureOutPluginBase.DestroyDeviceData(VVVV.PluginInterfaces.V2.EX9.TextureDeviceData,System.Boolean)"]

See Also