zovt/cae

OpenGL shaders fail to link on macOs

Closed this issue · 1 comments

zovt commented

From @edbrown23:

SHADER ERROR
ERROR: 0:1: '' :  version '430' is not supported
ERROR: 0:1: '' : syntax error: #version
ERROR: 0:2: '' :  #version required and missing.
ERROR: 0:3: '0' : syntax error: integers in layouts require GLSL 140 or later

SHADER ERROR
ERROR: 0:1: '' :  version '430' is not supported
ERROR: 0:1: '' : syntax error: #version
ERROR: 0:2: '' :  #version required and missing.
ERROR: 0:31: ';' : syntax error: syntax error

SHADER ERROR
ERROR: 0:1: '' :  version '430' is not supported
ERROR: 0:1: '' : syntax error: #version
ERROR: 0:2: '' :  #version required and missing.
ERROR: 0:3: '0' : syntax error: integers in layouts require GLSL 140 or later

SHADER ERROR
ERROR: 0:1: '' :  version '430' is not supported
ERROR: 0:1: '' : syntax error: #version
ERROR: 0:2: '' :  #version required and missing.
zovt commented

Closed via some shader changes: cce95f5, a3eb3ca, f8288a1, 1562efc