Skip to content

Commit

Permalink
Remove the openglextensions module
Browse files Browse the repository at this point in the history
[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 <[email protected]>
  • Loading branch information
aavit committed Jun 10, 2020
1 parent 122d66f commit 56f40cd
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 27,335 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ if(QT_FEATURE_gui)

if(QT_FEATURE_opengl)
add_subdirectory(opengl)
add_subdirectory(openglextensions)
endif()

if(QT_FEATURE_widgets)
Expand Down
20 changes: 0 additions & 20 deletions src/openglextensions/CMakeLists.txt

This file was deleted.

15 changes: 0 additions & 15 deletions src/openglextensions/openglextensions.pro

This file was deleted.

Loading

0 comments on commit 56f40cd

Please sign in to comment.