ProfilerHAL::ShouldRenderFilters

ProfilerHAL::ShouldRenderFilters
virtual bool ShouldRenderFilters(const FilterPrimitive*) const;
Description

shouldrenderFilters returns whether the profile 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
Parameters 
Description 
FilterPrimitive* 
Filters contained in the primitive. 
Return Value

Returns true if filters can be rendered and false otherwise.