Open GoogleCodeExporter opened 9 years ago
Currently I have no plans of doing it because it would require converting the
scanner/parser to a reentrant one. My current usage of flex/bison is by the
older syntax which doesn't quite support reentrancy. If the code is to be
rewritten with newer syntax then supporting full blown includes is a piece of
cake.
Original comment by max.snif...@gmail.com
on 16 Jan 2014 at 10:07
[deleted comment]
This was an issue I wanted to deal with but my lex/yacc skills are not up to
the task. But you can preprocess the entire file yourself, using something like
http://dbgdiary.blogspot.co.uk/2014/04/recursive-c-include-processor-for-glsl.ht
ml. Then send the processed file to glfx using glfxParseEffectFromMemory.
Original comment by roderick...@gmail.com
on 19 Apr 2014 at 5:16
Original issue reported on code.google.com by
freakyma...@web.de
on 16 Jan 2014 at 3:21