mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-28 06:30:08 +01:00
4 lines
120 B
Python
4 lines
120 B
Python
|
|
cxtAttrs = wx.GLContextAttrs()
|
|
cxtAttrs.CoreProfile().OGLVersion(4, 5).Robust().ResetIsolation().EndList()
|