Creates an InputPin of type DirectX RenderState.

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

Syntax

C#
void CreateRenderStateInput(
	TSliceMode SliceMode,
	TPinVisibility Visibility,
	out IDXRenderStateIn Pin
)

Parameters

SliceMode
Type: VVVV.PluginInterfaces.V1..::..TSliceMode
The pins SliceMode.
Visibility
Type: VVVV.PluginInterfaces.V1..::..TPinVisibility
The pins initial visibility.
Pin
Type: VVVV.PluginInterfaces.V1..::..IDXRenderStateIn%
Pointer to the created IDXRenderStateIO interface.

See Also