stackgl / glsl-transpiler

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

Fix logical-not typo, add relevant tokens to tests #62

Closed willheslam closed 2 months ago

willheslam commented 2 months ago

Fix small typo as addendum to this issue https://github.com/stackgl/glsl-transpiler/issues/61

The lines I added to the "exemplary source" are nonsense just to ensure some relevant tokens are included... I hope that's OK! I couldn't think of anything "sensible" or congruent to add instead. Please let me know if anything should be changed!

dy commented 2 months ago

Thanks for the fix and test @willheslam!