RetroArch
Public Attributes | List of all members
D2D1_PROPERTY_BINDING Struct Reference

Defines a property binding to a function. The name must match the property defined in the registration schema. More...

#include <d2d1effectauthor.h>

Collaboration diagram for D2D1_PROPERTY_BINDING:
[legend]

Public Attributes

PCWSTR propertyName
 The name of the property. More...
 
PD2D1_PROPERTY_SET_FUNCTION setFunction
 The function that will receive the data to set. More...
 
PD2D1_PROPERTY_GET_FUNCTION getFunction
 The function that will be asked to write the output data. More...
 

Detailed Description

Defines a property binding to a function. The name must match the property defined in the registration schema.

Member Data Documentation

◆ getFunction

PD2D1_PROPERTY_GET_FUNCTION D2D1_PROPERTY_BINDING::getFunction

The function that will be asked to write the output data.

◆ propertyName

PCWSTR D2D1_PROPERTY_BINDING::propertyName

The name of the property.

◆ setFunction

PD2D1_PROPERTY_SET_FUNCTION D2D1_PROPERTY_BINDING::setFunction

The function that will receive the data to set.


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