[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResourcePluginBase`1.DestroyResource(VVVV.PluginInterfaces.V1.IPluginOut,SlimDX.Direct3D9.Device,System.Boolean)"]

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

Syntax

C#
public void DestroyResource(
	IPluginOut ForPin,
	Device OnDevice,
	bool OnlyUnManaged
)

Parameters

ForPin
Type: VVVV.PluginInterfaces.V1..::..IPluginOut

[Missing <param name="ForPin"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResourcePluginBase`1.DestroyResource(VVVV.PluginInterfaces.V1.IPluginOut,SlimDX.Direct3D9.Device,System.Boolean)"]

OnDevice
Type: Device

[Missing <param name="OnDevice"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResourcePluginBase`1.DestroyResource(VVVV.PluginInterfaces.V1.IPluginOut,SlimDX.Direct3D9.Device,System.Boolean)"]

OnlyUnManaged
Type: System..::..Boolean

[Missing <param name="OnlyUnManaged"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResourcePluginBase`1.DestroyResource(VVVV.PluginInterfaces.V1.IPluginOut,SlimDX.Direct3D9.Device,System.Boolean)"]

Implements

IPluginDXResource..::..DestroyResource(IPluginOut, Device, Boolean)

See Also