From 56f40cdca6b589beec5c2cb803633985ca4c59d1 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Tue, 9 Jun 2020 14:00:13 +0200 Subject: Remove the openglextensions module [ChangeLog][General] The QtOpenglExtensions module has been discontinued. It provided only convenience functionality for certain direct OpenGL usage. With the new RHI graphics API abstraction, that is no longer a primary use case. Applications that still need to access that API have a number of alternative options, including QOpenGLExtraFunctions. Fixes: QTBUG-84085 Change-Id: I272af61c69ebcec207b576d67d08b59623d485ec Reviewed-by: Laszlo Agocs --- util/glgen/README.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'util') diff --git a/util/glgen/README.txt b/util/glgen/README.txt index ea2411f619..2547d628d8 100644 --- a/util/glgen/README.txt +++ b/util/glgen/README.txt @@ -142,10 +142,6 @@ QOpenGLExtension_ The usage pattern for OpenGL extensions is to just use a small number of extensions out of the large number of those available. -Rather than bloat QtGui with all possible extensions, a new static library will be -introduced to hold these classes. That way users will only link in the code for -the extensions that they actually use. - -The source and header file for these classes should be moved to - -$QTBASE/src/openglextensions/ \ No newline at end of file +Prior to Qt 6, these classes were provided as the openglextensions +module. Because of the new graphics architecture in Qt 6, that module +has been removed. -- cgit v1.2.3