haxiomic / haxe-glsl-parser

GLSL ES 1.0 parser in Haxe
MIT License
26 stars 7 forks source link

parse context should track precision declarations and set variable precision accordingly #4

Open haxiomic opened 9 years ago

haxiomic commented 9 years ago

progress: precision declarations are tracked, however, initial defaults are not set and new variables currently ignore the current precision.

Q. are precision declarations scoped?