GLSL shader not available erro

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
kparamas
Posts: 17
Joined: Fri Jun 26, 2009 10:00 pm

GLSL shader not available erro

Post by kparamas »

Hi,

I use to program in my lab PC.

But I tried to run the same program in my laptop using GLSL shader.
It says GLSL shader not available.

Should I install any software for this or is it a hardware issue?
Also the alignment in the scene is changed. Please let me know what to do?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

If GLSL is missing, the gfx card is too weak to handle this. In very seldom cases this can be fixed by a hw driver update.
What does the "alignment change" look like?
kparamas
Posts: 17
Joined: Fri Jun 26, 2009 10:00 pm

Post by kparamas »

I try to set the position of objects in the scene.

Its not the same if I try to render it with DirectX shader. My hardware supports directx shader.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Well, this explanation requires some screenshots and probably also code.
Post Reply