
function:assemble shader error invalid value
Closed this issue ยท 9 comments
Your driver for OpenGL does not support version 4.3.
Press F9 and open the shader editor and change the version to 3.3
So.. From this:
#version 430 compatibility
to this:
#version 330 compatibility
and press the Compile button on the bottom right of the editor window.
If you get no errors, you are good to go. It will save the file and will remain there until an update or you remove it.
Sad thing is.. you will need to do this every time you update Tank Exporter. Good news is.. Tank Exporter is not updated very often as there is little I need or can add to it.
Let me know OK?
Tank exporter should still work even with those errors. Normal is for showing the normals as vectors and gDetail is one of the shaders used for primitives and not tanks.
AMD and Intel video chips have issues with my shader code. I have days trying to fix this. I don't have the hardware to debug on so I gave up.