Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.glcanvas.GLContextAttrs.1.py
2018-02-13 17:13:44 -08:00

4 lines
120 B
Python

cxtAttrs = wx.GLContextAttrs()
cxtAttrs.CoreProfile().OGLVersion(4, 5).Robust().ResetIsolation().EndList()