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

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

Syntax

C#
public void UpdateResource(
	IPluginOut ForPin,
	Device OnDevice
)

Parameters

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

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

OnDevice
Type: Device

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

Implements

IPluginDXResource..::..UpdateResource(IPluginOut, Device)

See Also