summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual-renderloop/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make default geometries viewsMike Krus2020-02-271-1/+3
| | | | | | | | | | In Extras, make QTorusMesh and others a QGeometryView rather than a QGeometryRenderer. Requires changes to scene graphs here and there but going forward there simple shapes could be used as proxies for picking or collision detection, etc. Change-Id: Id488e064080dfd303e448aba11e6b242236b81d4 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add manual test to check manual render loopPaul Lemire2019-10-251-0/+211
Shows that update are done before rendering takes place Change-Id: Ia3f5bcb497c023dad805609dcb1ffe9ce7947c06 Task-number: QTBUG-79375 Reviewed-by: Mike Krus <mike.krus@kdab.com>