The QOpenGLFunctions_2_1 class provides all functions for OpenGL 2.1 specification. 更多...
| 頭: | #include <QOpenGLFunctions_2_1> |
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS OpenGL)
target_link_libraries(mytarget PRIVATE Qt6::OpenGL) |
| qmake: | QT += opengl |
| 繼承: | QAbstractOpenGLFunctions |
This class is a wrapper for functions from OpenGL 2.1 specification. See reference pages on opengl.org for function documentation.
另請參閱 QAbstractOpenGLFunctions .