What openGL version is mx2?

Community Forums/Monkey2 Talk/What openGL version is mx2?

EdzUp(Posted 2015) [#1]
As the title suggests what is the openGL version of mx2, mojo2 apparently is OpenGL 3 which my only PC hardware is not capable of using now.


GC-Martijn(Posted 2015) [#2]
I think the answer is found here: https://wiki.libsdl.org/Introduction
that is if everything is using SDL2.
1.3. What platforms does SDL run on?

Windows
Uses Win32 APIs for display, taking advantage of Direct3D for hardware acceleration
Uses DirectSound and XAudio2 for sound

Mac OS X
Uses Cocoa for video display, taking advantage of OpenGL for hardware acceleration
Uses Core Audio for sound

Linux
Uses X11 for video display, taking advantage of OpenGL for hardware acceleration
Uses the ALSA, OSS and PulseAudio APIs for sound

iOS
Uses UIKit for video display, taking advantage of OpenGL ES 2.0 for hardware acceleration
Uses Core Audio for sound

Android
Uses JNI interfaces for video display, taking advantage of OpenGL ES 1.1 and 2.0 for hardware acceleration
Uses JNI audio callbacks for sound