virtual void PushFilters(FilterPrimitive* prim);
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 |
FilterPrimitive* prim |
The filter primitive, defining the area and filter type applied to the filtered content. |