#pragma once #include "tiling_render_policy_mt.hpp" class BenchmarkTilingRenderPolicyMT : public TilingRenderPolicyMT { public: BenchmarkTilingRenderPolicyMT(shared_ptr const & wh, RenderPolicy::TRenderFn const & renderFn); void Initialize(shared_ptr const & renderContext, shared_ptr const & resourceManager); void DrawFrame(shared_ptr const & e, ScreenBase const & s); };