1
Themes / Re: Theme to demonstrate CRT shaders
« on: December 09, 2018, 10:19:19 AM »CRT-CGWG: pass
CRT-Halation: pass with errors
Failed to compile fragment shader:
ERROR: 0:1: '' : version '130' is not supported
This is because of OpenGL support on MacOS, I got the same error in my tests. MacOS doesn't allow to mix versions of OpenGL, and furthermore AFAIK XQuartz only support OpenGL 1.2
Changing the version number in the shaders works fine for macOS