[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXMeshOutPluginBase.DestroyDeviceData(VVVV.PluginInterfaces.V2.EX9.MeshDeviceData,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(
	MeshDeviceData deviceData,
	bool OnlyUnManaged
)

Parameters

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

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

OnlyUnManaged
Type: System..::..Boolean

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

See Also