summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopenglcompositorbackingstore.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2025-08-27 10:41:51 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2025-09-03 16:43:57 +0200
commit8391c01f38c9101ab8e275354e82b489457a6bc6 (patch)
treeb0ff889a7ca45c9b480602e9bc40e9872df0f082 /src/opengl/qopenglcompositorbackingstore.cpp
parente97cb95572fabdb5c34282da6370b4e92906cc99 (diff)
Deprecate and remove traces of RasterGLSurface
We no longer use this hybrid surface type approach for Qt Widget's composition mode. Nowadays we use RHI to compose the widget texture and the native textures, and the window surface type depends on the RHI API in use, e.g. QSurface::MetalSurface, or QSurface::OpenGLSurface. Change-Id: I85001100f681a1cf524b8b7dc50f680a9579b447 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/opengl/qopenglcompositorbackingstore.cpp')
-rw-r--r--src/opengl/qopenglcompositorbackingstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qopenglcompositorbackingstore.cpp b/src/opengl/qopenglcompositorbackingstore.cpp
index 95dd1a562a6..2d4514c8ab2 100644
--- a/src/opengl/qopenglcompositorbackingstore.cpp
+++ b/src/opengl/qopenglcompositorbackingstore.cpp
@@ -35,7 +35,7 @@ QT_BEGIN_NAMESPACE
(inherited from QOpenGLCompositorWindow).
\note When implementing QOpenGLCompositorWindow::textures() for
- windows of type RasterSurface or RasterGLSurface, simply return
+ windows of type RasterSurface, simply return
the list provided by this class' textures().
*/