kmcallister / glassful

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

Support in and out variables #21

Open gsingh93 opened 9 years ago

gsingh93 commented 9 years ago

Modern GLSL uses in/out instead of attribute/varying, this should be supported.