// Copyright (C) 2024 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #define QT_OPENGL_BUILD_REMOVED_API #include "qtopenglglobal.h" QT_USE_NAMESPACE #if QT_OPENGL_REMOVED_SINCE(6, 8) #include "qopenglfunctions_4_5_compatibility.h" // inline API #include "qopenglfunctions_4_5_core.h" // inline API // #include // // implement removed functions from qotherheader.h // order sections alphabetically to reduce chances of merge conflicts #endif // QT_OPENGL_REMOVED_SINCE(6, 8) #if QT_OPENGL_REMOVED_SINCE(6, 9) // #include "qotherheader.h" // // implement removed functions from qotherheader.h // order sections alphabetically to reduce chances of merge conflicts #endif // QT_OPENGL_REMOVED_SINCE(6, 9)