Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2013-10-22 18:29:21 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:03:32 +0300
commit014e9271f2eb4235e133a716ecfb6adaf4bd4946 (patch)
treed97f07212955a16470f7cd113d47afd25f18e0bc /qt_tstfrm
parent2271a047902a8b6e5e2982f499604e377e0dd722 (diff)
remove useless code
- read pixels - finish synchonization - unbind render target from framebuffer. Always render to colorbuffer and copy result into texture - process one pipeline per frame flag. We have no ReadPixels command and not need this flag - remove MIPS hack
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/gui_test_widget.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt_tstfrm/gui_test_widget.hpp b/qt_tstfrm/gui_test_widget.hpp
index f595202fa0..e52eb9909a 100644
--- a/qt_tstfrm/gui_test_widget.hpp
+++ b/qt_tstfrm/gui_test_widget.hpp
@@ -60,11 +60,9 @@ public:
graphics::Screen::Params cp;
- cp.m_doUnbindRT = false;
cp.m_threadSlot = 0;
cp.m_storageType = graphics::ETinyStorage;
cp.m_textureType = graphics::ESmallTexture;
- cp.m_isSynchronized = false;
cp.m_resourceManager = base_t::m_resourceManager;
cp.m_renderContext = base_t::m_primaryContext;