Used to set RenderStates from within IPluginDXLayer.SetStates.

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

Syntax

C#
void SetRenderState(
	RenderState state,
	int value
)

Parameters

state
Type: RenderState
The RenderState
value
Type: System..::..Int32
The RenderStates value

See Also