[Missing <summary> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXLayerOutPluginBase`1.Render(SlimDX.Direct3D9.Device,`0)"]

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

Syntax

C#
protected abstract void Render(
	Device device,
	T deviceData
)

Parameters

device
Type: Device

[Missing <param name="device"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXLayerOutPluginBase`1.Render(SlimDX.Direct3D9.Device,`0)"]

deviceData
Type: T

[Missing <param name="deviceData"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXLayerOutPluginBase`1.Render(SlimDX.Direct3D9.Device,`0)"]

See Also