From a184f2e0abfa0daf9190b72901208373dd5c1f79 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 8 Nov 2021 16:16:16 +0100 Subject: Make QQuickWidget QRhi-based When it comes to examples, quickwidget has the direct OpenGL usage removed because we want this example to be working with any graphics API. qquickviewcomparison, which features direct OpenGL usage within its Qt Quick scene, is renamed to a more descriptive name and is also getting a doc landing page. It continues to be requesting OpenGL (via QRhi) explicitly. Change-Id: Iae5b835441f3af229e9746e14dedbe9d1a62b2b9 Reviewed-by: Fabian Kosmale --- .../qquickwidgetversuswindow_opengl/wobble.frag.qsb | Bin 0 -> 1717 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag.qsb (limited to 'examples/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag.qsb') diff --git a/examples/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag.qsb b/examples/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag.qsb new file mode 100644 index 0000000000..ab764e8326 Binary files /dev/null and b/examples/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag.qsb differ -- cgit v1.2.3