aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/rendernode/shader_vert.cso
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2016-11-21 13:44:10 +0100
committerAndy Nichols <andy.nichols@qt.io>2016-11-22 12:24:59 +0000
commitffcfc9099be1425009eda3afe9e5057b73070b66 (patch)
treea8a71a7546e0fbdaf3b48c76033a2b499d4af88d /examples/quick/scenegraph/rendernode/shader_vert.cso
parent5b2c71877a34597b82d2ce81494b9e91c7e31cb8 (diff)
rendernode example: do not rely on build-time shader compilation
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>
Diffstat (limited to 'examples/quick/scenegraph/rendernode/shader_vert.cso')
-rw-r--r--examples/quick/scenegraph/rendernode/shader_vert.csobin0 -> 1720 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/rendernode/shader_vert.cso b/examples/quick/scenegraph/rendernode/shader_vert.cso
new file mode 100644
index 0000000000..fa13be5160
--- /dev/null
+++ b/examples/quick/scenegraph/rendernode/shader_vert.cso
Binary files differ