|
RetroArch
|
Defines a property binding to a function. The name must match the property defined in the registration schema. More...
#include <d2d1effectauthor.h>
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... | |
Defines a property binding to a function. The name must match the property defined in the registration schema.
| PD2D1_PROPERTY_GET_FUNCTION D2D1_PROPERTY_BINDING::getFunction |
The function that will be asked to write the output data.
| PCWSTR D2D1_PROPERTY_BINDING::propertyName |
The name of the property.
| PD2D1_PROPERTY_SET_FUNCTION D2D1_PROPERTY_BINDING::setFunction |
The function that will receive the data to set.
1.8.15