Пример #1
0
void RendererBase::paint(const std::tr1::shared_ptr<Frame> & frame)
{
	this->render(frame->GetImage());
}