virtual bool ShouldRenderFilters(const FilterPrimitive*) const;
ShouldrRenderFilters returns whether the profiler can render any of the filters contained in the FilterPrimitive. By default, always return true. Platforms can override this if they have conditional support for filters.
Parameters |
Description |
FilterPrimitive* |
Filters contained in the primitive. |
Returns true if filters can be rendered and false otherwise.