SPICA
SPICA copied to clipboard
Error compiling Shader
I cannot get this program to work for the life of me, no matter what i do it always throws this .NET error at me, i tried the precompiled version of SPICA, then i tried to compile my own version and they both give me the same error every time.
i saw a prior issue with the same problem and there was a bit of code that they used to get it working but i have not a single clue what to do with that bit of code.
Well it seems that your graphics card does not support GLSL version 3.3. It could be that your graphics card has just too low specs or you have not the right drivers installed or your graphics card is running in a wrong mode (mine is a hybrid card which has low power mode that only support version 1.1).
If you want to check your specs there are many ways. One of them is using this software:
http://realtech-vr.com/admin/glview
At the top you can check the different context modes of your card(s)
If your specs are too low the only fix would be to rewrite the shader and some shader related code and possibly lose some visual features.