qt6-bb10/src
Laszlo Agocs 735a864360 QRhiWidget: Use QRhiRenderTarget as the return type for renderTarget
There is no point in using the more specialized derived class
(QRhiTextureRenderTarget), even though that is what the rt always is.

None of the example and test code needs changes since relying on
QRhiTextureRenderTarget specifics is very rare in practice (now it will
need a static_cast), whereas in the majority of cases the return value
is passed on to other functions, for example, beginPass(), that take
a QRhiRenderTarget.

Change-Id: Ifaebb6320a156ec6a9013e72fede04e520aa9aaf
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
2023-08-28 14:10:02 +02:00
..
3rdparty Update gradle to 8.3.0 2023-08-28 14:10:02 +02:00
android Android: Fix wrong position of EditPopupMenu 2023-08-18 10:07:34 +00:00
assets Add XDG theme file for example icons 2023-06-26 17:32:10 +00:00
concurrent [docs] Link from QtConcurent::run() to QThreadPool::start(Callable&&) 2023-08-04 19:49:32 +02:00
corelib Move runTaskOnMainThread to qstdweb_p.h, use it in WASM dispatcher 2023-08-25 20:21:28 +02:00
dbus QtDBus: Use invokeMethod accepting member functions with arguments 2023-08-26 17:24:19 +02:00
entrypoint src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
gui rhi: vulkan: Handle the Display P3 enum value 2023-08-28 14:10:02 +02:00
network qnetworkrequest: port parseMatchImpl to QBAV 2023-08-28 14:49:36 +03:00
opengl Doc: Qt OpenGL: Remove duplicate source dir from documentation config 2023-08-22 09:13:06 +00:00
openglwidgets QOpenGLWidget: invalidate the depth/stencil after rendering 2023-07-26 06:46:51 +02:00
platformsupport Fix link to platform window in QAndroidPlatformBackingStore::flush() 2023-08-04 10:40:05 +02:00
plugins wasm: remove 'shift' from being inputed on touchscreens 2023-08-26 12:57:55 +10:00
printsupport Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase 2023-07-11 22:44:29 +02:00
sql QSqlIndex: implement member swap() and use a macro for move-assignment 2023-08-23 14:21:57 +00:00
testlib Rename Qt::Key_mu to Qt::Key_micro 2023-08-24 13:51:36 +00:00
tools moc: Drop support for function declaration without type specifier 2023-08-26 12:13:08 +02:00
widgets QRhiWidget: Use QRhiRenderTarget as the return type for renderTarget 2023-08-28 14:10:02 +02:00
xml Doc: Remove link to removed example 2023-08-07 13:16:37 +02:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00