Used to set TextureStageStates from within IPluginDXLayer.SetStates.

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

Syntax

C#
void SetTextureStageState(
	int sampler,
	TextureStage state,
	int value
)

Parameters

sampler
Type: System..::..Int32

[Missing <param name="sampler"/> documentation for "M:VVVV.PluginInterfaces.V1.IDXSamplerStateIn.SetTextureStageState(System.Int32,SlimDX.Direct3D9.TextureStage,System.Int32)"]

state
Type: TextureStage

[Missing <param name="state"/> documentation for "M:VVVV.PluginInterfaces.V1.IDXSamplerStateIn.SetTextureStageState(System.Int32,SlimDX.Direct3D9.TextureStage,System.Int32)"]

value
Type: System..::..Int32

[Missing <param name="value"/> documentation for "M:VVVV.PluginInterfaces.V1.IDXSamplerStateIn.SetTextureStageState(System.Int32,SlimDX.Direct3D9.TextureStage,System.Int32)"]

See Also