| 1 | // Copyright (C) 2024 The Qt Company Ltd. |
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
| 3 | |
| 4 | #define QT_OPENGL_BUILD_REMOVED_API |
| 5 | |
| 6 | #include "qtopenglglobal.h" |
| 7 | |
| 8 | QT_USE_NAMESPACE |
| 9 | |
| 10 | |
| 11 | #if QT_OPENGL_REMOVED_SINCE(6, 8) |
| 12 | |
| 13 | #include "qopenglfunctions_4_5_compatibility.h" // inline API |
| 14 | #include "qopenglfunctions_4_5_core.h" // inline API |
| 15 | |
| 16 | // #include <qotherheader.h> |
| 17 | // // implement removed functions from qotherheader.h |
| 18 | // order sections alphabetically to reduce chances of merge conflicts |
| 19 | |
| 20 | #endif // QT_OPENGL_REMOVED_SINCE(6, 8) |
| 21 | |
| 22 | #if QT_OPENGL_REMOVED_SINCE(6, 9) |
| 23 | |
| 24 | // #include "qotherheader.h" |
| 25 | // // implement removed functions from qotherheader.h |
| 26 | // order sections alphabetically to reduce chances of merge conflicts |
| 27 | |
| 28 | #endif // QT_OPENGL_REMOVED_SINCE(6, 9) |
| 29 | |