RetroArch
|
This identifies a certain input connection of a certain effect. More...
#include <d2d1_1.h>
Public Attributes | |
ID2D1Effect * | effect |
The effect whose input connection is being specified. More... | |
UINT32 | inputIndex |
The index of the input connection into the specified effect. More... | |
D2D1_RECT_F | inputRectangle |
The rectangle which would be available on the specified input connection during render operations. More... | |
This identifies a certain input connection of a certain effect.
ID2D1Effect* D2D1_EFFECT_INPUT_DESCRIPTION::effect |
The effect whose input connection is being specified.
UINT32 D2D1_EFFECT_INPUT_DESCRIPTION::inputIndex |
The index of the input connection into the specified effect.
D2D1_RECT_F D2D1_EFFECT_INPUT_DESCRIPTION::inputRectangle |
The rectangle which would be available on the specified input connection during render operations.