stackgl / glsl-transpiler

Transpile GLSL to JS
http://stackgl.github.io/glsl-transpiler/
175 stars 21 forks source link

Store optimized matrices components access #15

Closed dy closed 8 years ago

dy commented 8 years ago

Some special component access ranges can be unwrapped in a more optimal way, like a special vector constructs

dy commented 8 years ago

The scheme of access is simplified so that we don’t need that in 99% of cases. Closed till use-case.