Constructor to create the DX pins.

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

Syntax

C#
public DXLayerOutPluginBase(
	IPluginHost host,
	bool createRenderState,
	bool createSamplerState
)

Parameters

host
Type: VVVV.PluginInterfaces.V1..::..IPluginHost
The plugin host to create the pins on.
createRenderState
Type: System..::..Boolean
Create a render state pin?
createSamplerState
Type: System..::..Boolean
Create a sampler state pin?

See Also