project-navigation
Personal tools

Author Topic: Shaders are disabled  (Read 1779 times)

Nokim

  • Guest
Shaders are disabled
« on: June 22, 2012, 05:49:04 pm »
Some time ago game stopped using shaders. I thought it was related to memory problems and didn't care much. That problem solved in some way but shaders left disabled. If i try to enable them and related stuff like postprocessing i got such messages in ufoconsole.log and disabled shaders:
Quote
2012/06/22 18:38:09 R_ProgramVariable: "TANGENTS" - No program bound.
2012/06/22 18:38:09 R_ProgramVariable: "NEXT_FRAME_VERTS" - No program bound.
2012/06/22 18:38:09 R_ProgramVariable: "NEXT_FRAME_NORMALS" - No program bound.
2012/06/22 18:38:09 R_ProgramVariable: "NEXT_FRAME_TANGENTS" - No program bound.
« Last Edit: June 22, 2012, 05:52:41 pm by Nokim »

Nokim

  • Guest
Re: Shaders are disabled
« Reply #1 on: July 01, 2012, 06:20:04 pm »
Additional info: glxinfo says that GLSL 1.2 supported by system but game fails to compile shaders complaining about features supported only since GLSL 1.20! If i manually change config.cfg to use 1.1 - all works fine.