alixinne / glsl-lang

LALR parser for GLSL
https://alixinne.github.io/glsl-lang/glsl_lang/
BSD 3-Clause "New" or "Revised" License
24 stars 4 forks source link

fix(transpiler): allow !Sized sinks for transpiler functions #10

Closed ennis closed 2 years ago

ennis commented 2 years ago

This makes it possible to pass &mut dyn std::fmt::Write to show_* functions.

alixinne commented 2 years ago

LGTM, thanks for the contribution!