patriciogonzalezvivo/glslViewer

glsl version over 130 not supported in Macbook m2

choiharam opened this issue · 1 comments

Hey all,

I've just tested on the Macbook Air m2 and got this error after running the examples that are using the version >130:

Found error while compiling vertex shader
ERROR: 0:1: '' :  version '130' is not supported
Found error while compiling vertex shader
ERROR: 0:1: '' :  version '130' is not supported
Found error while compiling fragment shader
ERROR: 0:1: '' :  version '130' is not supported
Found error while compiling vertex shader
ERROR: 0:1: '' :  version '130' is not supported
Found error while compiling vertex shader
ERROR: 0:1: '' :  version '130' is not supported
Found error while compiling fragment shader
ERROR: 0:1: '' :  version '130' is not supported

I'm getting the same error for the github build and the homebrew.

Does anyone has the same issue?