D2D1_EFFECT_INPUT_DESCRIPTION

<summary> This identifies a certain input connection of a certain effect. </summary>

Members

Variables

effect
ID2D1Effect effect;

<summary> The effect whose input connection is being specified. </summary>

inputIndex
UINT32 inputIndex;

<summary> The index of the input connection into the specified effect. </summary>

inputRectangle
D2D1_RECT_F inputRectangle;

<summary> The rectangle which would be available on the specified input connection during render operations. </summary>

Meta