RetroArch
Public Attributes | List of all members
D2D1_EFFECT_INPUT_DESCRIPTION Struct Reference

This identifies a certain input connection of a certain effect. More...

#include <d2d1_1.h>

Collaboration diagram for D2D1_EFFECT_INPUT_DESCRIPTION:
[legend]

Public Attributes

ID2D1Effecteffect
 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...
 

Detailed Description

This identifies a certain input connection of a certain effect.

Member Data Documentation

◆ effect

ID2D1Effect* D2D1_EFFECT_INPUT_DESCRIPTION::effect

The effect whose input connection is being specified.

◆ inputIndex

UINT32 D2D1_EFFECT_INPUT_DESCRIPTION::inputIndex

The index of the input connection into the specified effect.

◆ inputRectangle

D2D1_RECT_F D2D1_EFFECT_INPUT_DESCRIPTION::inputRectangle

The rectangle which would be available on the specified input connection during render operations.


The documentation for this struct was generated from the following file: