Used to set SamplerStates from within IPluginDXLayer.SetStates.

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

Syntax

C#
void SetSamplerState(
	int sampler,
	SamplerState state,
	int value
)

Parameters

sampler
Type: System..::..Int32
The sampler index to apply the SamplerState to
state
Type: SamplerState
The SamplerState
value
Type: System..::..Int32
The SamplerStates value

See Also