aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/rendernode/shader_frag.cso
Commit message (Collapse)AuthorAgeFilesLines
* rendernode example: do not rely on build-time shader compilationLaszlo Agocs2016-11-221-0/+0
There is no public intrastructure for this. Relying on the internal qmake rule in qtdeclarative is wrong as it is not meant for public consumption and is not available in out of tree examples in the installed Qt anyway. Instead, ship the bytecode for now. Task-number: QTBUG-56327 Change-Id: I19327aa880ad573560d1e9376f36c67aa509b51a Reviewed-by: Andy Nichols <andy.nichols@qt.io>