summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/transparency-qml-scene3d/phongalpha.frag
Commit message (Collapse)AuthorAgeFilesLines
* Moved transparency-qml-scene3d example to manual testRobert Brock2016-05-151-43/+0
| | | | | | | Part of an examples cleanup Change-Id: Iaa7fd720fd4f16e15186d529cde32991e50a559d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* transparency-qml-scene3d: added precision to alpha variableMichael Dippold2015-07-171-1/+1
| | | | | | | | | Shader failed to compile on some android targets without the precision defined. Change-Id: I1953f62594dc931f40186963add1ff8df6867975 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add transparency-qml-scene3dPaul Lemire2015-07-121-0/+43
Does the same thing as transparency-qml, allows to verify there's nothing wrong with QtQuick 2 premultiplied alpha Change-Id: Ia85a9759eace636e13d2e1b4a0e7f65fb96171e1 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>