HAL::ShouldRenderFilters

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

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

Returns true if filters can be rendered and false otherwise.