Author Topic: Shaders not working  (Read 906 times)

Every time I try to enable shaders it says in the console
Cannot load shaders from shaders/renderCsm_vert.glsl'
ERROR: renderCsm_prog shader compilation failed, disabling shaders.

If you're running integrated Intel hardware then you're SOL.


If you're running integrated Intel hardware then you're SOL.
So out of luck, I think

The reason why shaders arent working is because your processor's integrated graphics handles OpenGL differently than how Blockland uses OpenGL

Atleast I think

stuff outta luck

Yeah integrated Intel hardware doesn't work properly with OpenGL, so shaders will only work on minimum at best.

compatability with any shader program is really stuff. chances are if you don't have a super modern gpu then you're outta luck because random cards have some random old ass version of the shader language and it makes no sense, and sometimes new versions of the language remove important parts that completely wreck the compatability with older programs. glsl is really bad and it needs to be redone.