Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(Qtのドキュメントでは)Qt 2.3にはopenglモジュールがあったと言われています。では、そのサポートの始まり (バージョン番号) はどこにあるのでしょうか?
バージョン 1.2のように見えます:
1.2 OpenGL のサポート、画像のアルファ チャネル。
1.2
OpenGL のサポート、画像のアルファ チャネル。
特に:
新しいクラス: OpenGL/メサ: QGLWidget、QGLContext、および QGLFormat。これらのクラスを使用するには、qt/opengl/src で Qt/OpenGL ライブラリ (qgl) をビルドする必要があります。
新しいクラス:
OpenGL/メサ:
QGLWidget、QGLContext、および QGLFormat。これらのクラスを使用するには、qt/opengl/src で Qt/OpenGL ライブラリ (qgl) をビルドする必要があります。