mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-27 01:20:28 +03:00
MacOS does not support OpenGL compatibility profile, so the following changes had to be made: - Replaced deprecated texture2D() with texture() in shaders - Renamed `texture` uniform variable to `tex`, to avoid name conflict - Use VAO, which is mandatory in OpenGL 3 core profile