DesktopOpenGLSurface.Configure
From Xojo Documentation
Event
DesktopOpenGLSurface.Configure() As MemoryBlock
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
For advanced configuration of the OpenGL context. On Mac and Linux, returns an attributes array list (an array of 32-bit integers). On Windows, return a PIXELFORMATDESCRIPTOR structure.
Notes
This event is called before the Opening event.