Improve wxGLCanvas to be more type safe and better support modern OpenGL
Add wxGLAttribsBase, wxGLAttributes and wxGLContextAttrs replacing the old untyped "int attributes[]". Don't use global object for creating OpenGL > 3.0 contexts. Closes #16909.
This commit is contained in:
committed by
Vadim Zeitlin
parent
fb5ff50eda
commit
bdc95f5766
@@ -59,6 +59,8 @@ Changes in behaviour which may result in build errors
|
||||
|
||||
- Added wxNativeWindow allowing to embed native widgets in wxWidgets programs.
|
||||
|
||||
- Improve wxGLCanvas to be more type safe and better support modern OpenGL.
|
||||
|
||||
All:
|
||||
|
||||
- Add UTF-8 and ZIP 64 support to wxZip{Input,Output}Stream (Tobias Taschner).
|
||||
|
Reference in New Issue
Block a user