This commit is contained in:
mfeemster
2014-12-12 02:37:29 -08:00
parent 713007dadd
commit c0f98bf632
4 changed files with 163 additions and 21 deletions

View File

@ -434,7 +434,10 @@ bool FractoriumEmberController<T>::Render()
{
if (m_FinalImage.size() == m_Renderer->FinalBufferSize())//Make absolutely sure the correct amount of data is passed.
gl->repaint();
//gl->update();
//m_Fractorium->update();
//m_Fractorium->ui.GLParentScrollArea->update();
//Uncomment for debugging kernel build and execution errors.
//m_Fractorium->ui.InfoRenderingTextEdit->setText(QString::fromStdString(m_Fractorium->m_Wrapper.DumpInfo()));
//if (rendererCL)