kmcallister / glassful

Rust-like syntax for OpenGL Shading Language
Apache License 2.0
171 stars 14 forks source link

Map errors from driver's GLSL compiler back to source #12

Open kmcallister opened 9 years ago

kmcallister commented 9 years ago

I presume each driver has its own error format, but it can't be that hard to find a line and column number.

Related to #4.