Class RangeInspector
Defined in File range-inspector.h
Class Documentation
-
class RangeInspector
Public Functions
-
RangeInspector(CallableCache *cache)
-
~RangeInspector()
-
std::vector<IndexRange> GetRenderPassRanges(bool includeSubpasses)
Obtains index ranges of render passes in the registered callable cache.
- Parameters
includeSubpasses -- If true, the result vector will contain ranges of subpasses
- Returns
vector of indexRanges representing the renderpasses present in the registered callable cache, if the callable cache is gpu-ordered Empty vector is returned if the callable cache is not gpu-ordered
-
RangeInspector(CallableCache *cache)