Move hellogles3 docs to where the rest of these files live

And expand the note in the openglwindow example to point to
hellogles3 as well.

Change-Id: I2c0ee9b83fa59752d937c57eaf0194f0d0a8a7d9
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
(cherry picked from commit 7c23aa6bc5e5d7b6e891fb0c30a72091a60c79eb)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Laszlo Agocs 2023-03-22 17:10:10 +01:00 committed by Qt Cherry-pick Bot
parent 91bae75a3d
commit 0fac8bf9a4
3 changed files with 2 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -12,6 +12,8 @@
\note This is a low level example of how to use QWindow with OpenGL. \note This is a low level example of how to use QWindow with OpenGL.
In practice you should consider using the higher level QOpenGLWindow class. In practice you should consider using the higher level QOpenGLWindow class.
See the \l{Hello GLES3 Example} for a demonstration of the QOpenGLWindow
convenience class.
\section1 OpenGLWindow Super Class \section1 OpenGLWindow Super Class