Represents a post-processing effect that can be applied to a visual element. This is used as part of a FilterFunctionDefinition.
| Property | Description |
|---|---|
| computeRequiredReadMarginsCallback | The optional callback to compute the required read margins for the effect. |
| computeRequiredWriteMarginsCallback | The optional callback to compute the required write margins for the effect. |
| material | The material to use for the effect. |
| parameterBindings | The parameter bindings for the effect. |
| passIndex | The pass index to use in the material. |
| prepareMaterialPropertyBlockCallback | The optional callback to prepare the material property block for the effect. |
| writeMargins | The extra margins, in points, required for the effect to write to destination texture. |
| Delegate | Description |
|---|---|
| ComputeRequiredMarginsDelegate | The optional callback to compute the required read and write margins for the effect. |
| PrepareMaterialPropertyBlockDelegate | The optional callback to prepare the material property block for the effect. |