virtual void PushFilters(FilterPrimitive*);
PushFilters pushes a filter draw sequence on the filter stack. Any content rendered after this, and before PopFilters will have filters applied to it.
Parameters |
Description |
primitive |
The filter primitive, defining the area and filter type applied to the filtered content. |