#pragma once #include "render_policy_mt.hpp" class BenchmarkRenderPolicyMT : public RenderPolicyMT { public: BenchmarkRenderPolicyMT(shared_ptr const & wh, RenderPolicy::TRenderFn const & renderFn); void Initialize(shared_ptr const & rc, shared_ptr const & rm); void DrawFrame(shared_ptr const & e, ScreenBase const & s); };