Called by the PluginHost everytime it needs to update its StateBlock. Here the plugin must specify all States it will set during IPluginDXLayer.Render via calls to IDXRenderStateIn's and IDXSamplerStateIn's functions.

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

Syntax

C#
void SetStates()

See Also