qtdeclarative/examples/quick/scenegraph/vulkanunderqml
Laszlo Agocs ee702d9436 Make vulkanunderqml work and update docs
What we are doing for now is setting ExternalContentsInPass always.
This way vulkanunderqml works as expected. For applications that do
not integrate external rendering this means that there is now an
additional secondary command buffer per render pass, but we can
live with this for now.

Later (Qt 6) there should be a way to declare this (that the application
will want to issue native rendering stuff) up front in QQuickWindow or
somewhere.

Change-Id: I736741f9b0eee2f8295b046bacdce862e6a546f5
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
2019-09-08 09:41:27 +02:00
..
doc Add vulkanunderqml example 2019-09-08 09:41:13 +02:00
main.cpp Add vulkanunderqml example 2019-09-08 09:41:13 +02:00
main.qml Add vulkanunderqml example 2019-09-08 09:41:13 +02:00
squircle.frag.spv Add vulkanunderqml example 2019-09-08 09:41:13 +02:00
squircle.vert.spv Add vulkanunderqml example 2019-09-08 09:41:13 +02:00
vulkansquircle.cpp Make vulkanunderqml work and update docs 2019-09-08 09:41:27 +02:00
vulkansquircle.h Add vulkanunderqml example 2019-09-08 09:41:13 +02:00
vulkanunderqml.pro Add vulkanunderqml example 2019-09-08 09:41:13 +02:00
vulkanunderqml.qrc Add vulkanunderqml example 2019-09-08 09:41:13 +02:00