Called by the PluginHost everytime the plugin is supposed to render itself. This is called from the PluginHost from within DirectX BeginScene/EndScene, therefore the plugin shouldn't be doing much here other than some drawing calls.

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

Syntax

C#
void Render(
	IDXLayerIO ForPin,
	Device DXDevice
)

Parameters

ForPin
Type: VVVV.PluginInterfaces.V1..::..IDXLayerIO
Interface to the pin for which the function is called.
DXDevice
Type: Device
Device on which the plugin is supposed to render.

See Also