qtdeclarative/examples/quick/scenegraph/rendernode
Laszlo Agocs ffcfc9099b 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>
2016-11-22 12:24:59 +00:00
..
customrenderitem.cpp Use d3d12 feature in rendernode example 2016-10-11 12:25:24 +00:00
customrenderitem.h Refactor the rendernode example 2016-05-31 12:42:16 +00:00
d3d12renderer.cpp rendernode example: do not rely on build-time shader compilation 2016-11-22 12:24:59 +00:00
d3d12renderer.h Use d3d12 feature in rendernode example 2016-10-11 12:25:24 +00:00
main.cpp D3D12: Fix the rendernode example for multisampling 2016-07-01 11:37:11 +00:00
main.qml software: Add support for QSGRenderNode 2016-07-19 10:40:55 +00:00
openglrenderer.cpp Add optional flags and rect to QSGRenderNode 2016-08-02 16:15:31 +00:00
openglrenderer.h QSG: Make example namespace-aware 2016-08-03 15:23:02 +00:00
rendernode.pro rendernode example: do not rely on build-time shader compilation 2016-11-22 12:24:59 +00:00
rendernode.qrc rendernode example: do not rely on build-time shader compilation 2016-11-22 12:24:59 +00:00
shader.hlsl Enhance rendernode example with opacity support 2016-06-03 10:24:32 +00:00
shader_frag.cso rendernode example: do not rely on build-time shader compilation 2016-11-22 12:24:59 +00:00
shader_vert.cso rendernode example: do not rely on build-time shader compilation 2016-11-22 12:24:59 +00:00
softwarerenderer.cpp QSGRendererInterface: Add Resource suffix for consistency 2016-11-18 13:14:25 +00:00
softwarerenderer.h softwarerenderer example: fix ambiguous reference to QQuickItem 2016-08-17 20:11:38 +00:00