CheckForGLSLError()
Im playing with linux (ubuntu 9.10), and using open source graphics drivers (because ati's drivers doesnt support x1650 any more).
So I cant use GLSL so axiom throws exception in GLSLHelper.cs file, CheckForGLSLError() method at line 93
(called from GLSLProgram.cs, line 210)... Demo stops there.
Cg and hlsl errors are just written in log file, maybe this should too, and _not_ to stop the program. Removed that throw line and then demos works on linux (well, after modifying Font.cs (for testing!) as reported here http://sourceforge.net/apps/trac/axiomengine/ticket/139) ...
So I cant use GLSL so axiom throws exception in GLSLHelper.cs file, CheckForGLSLError() method at line 93
(called from GLSLProgram.cs, line 210)... Demo stops there.
Cg and hlsl errors are just written in log file, maybe this should too, and _not_ to stop the program. Removed that throw line and then demos works on linux (well, after modifying Font.cs (for testing!) as reported here http://sourceforge.net/apps/trac/axiomengine/ticket/139) ...
