DisplayFrame.qml
author sl
Tue, 03 Jun 2014 18:35:43 +0200
changeset 31 e68f1542d9d3
permissions -rw-r--r--
Frame culling now done in QML rather than CPP.
     1 import QtQuick 2.0
     2 
     3 Rectangle {
     4     width: 256
     5     height: 64
     6     color: red
     7 }