glsl preprocessor

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
User avatar
Wolfmanfx
OGRE Team Member
OGRE Team Member
Posts: 1525
Joined: Fri Feb 03, 2006 10:37 pm
Location: Austria - Leoben
x 99
Contact:

Re: glsl preprocessor

Post by Wolfmanfx »

Ident
Gremlin
Posts: 155
Joined: Thu Sep 17, 2009 8:43 pm
Location: Austria
x 9
Contact:

Re: glsl preprocessor

Post by Ident »

Seems to be broken again (if it was ever fully fixed) in Ogre default branch. I use a modified version based off default branch commit: 5a58377.

I can use if and else without issues, but i cant use #elif. I worked around elif by using only if-directives but it makes the code less pretty.
Post Reply