30 #ifndef EQ_PIXELBENCH_CONFIG_H
31 #define EQ_PIXELBENCH_CONFIG_H
36 namespace eqPixelBench
44 virtual uint32_t
startFrame(
const eq::uint128_t& frameID );
50 const lunchbox::Clock*
getClock()
const {
return _clock; }
56 lunchbox::Clock* _clock;
60 #endif // EQ_PIXELBENCH_CONFIG_H
A configuration is a visualization session driven by an application.
A command specialization for config events.
virtual ~Config()
Destruct a config.
lunchbox::RefPtr< Server > ServerPtr
A reference-counted pointer to an eq::Server.
const lunchbox::Clock * getClock() const
virtual uint32_t startFrame(const eq::uint128_t &frameID)
virtual bool handleEvent(eq::EventICommand command)