hadronized / spectra

Rust demoscene engine (currently on hold)
122 stars 6 forks source link

Render inputs and outputs should share the same types #58

Closed hadronized closed 5 years ago

hadronized commented 5 years ago

Currently, those define almost the same interface an render::input and render::output. We need to create another modules, like render::types that provide the duplicated types and implement both Input and Output.