You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to even launch the editor at the moment. I understand that it is not developed for mac OS but I thought I would add this in here just in case it can be fixed easily.
the error message I get when I try to run ./ded after running the ./build.sh is the following:
GL version 3.3
WARNING: GLEW_ARB_debug_output is not availableERROR: could not compile GL_FRAGMENT_SHADER
ERROR: 0:6: Use of undeclared identifier 'gl_FragColor'
ERROR: failed to compile ./shaders/simple_color.frag shader file
The text was updated successfully, but these errors were encountered:
I am not able to even launch the editor at the moment. I understand that it is not developed for mac OS but I thought I would add this in here just in case it can be fixed easily.
the error message I get when I try to run ./ded after running the ./build.sh is the following:
GL version 3.3
WARNING: GLEW_ARB_debug_output is not availableERROR: could not compile GL_FRAGMENT_SHADER
ERROR: 0:6: Use of undeclared identifier 'gl_FragColor'
ERROR: failed to compile
./shaders/simple_color.frag
shader fileThe text was updated successfully, but these errors were encountered: