Closed hadronized closed 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.
render::input
render::output
render::types
Input
Output
Currently, those define almost the same interface an
render::input
andrender::output
. We need to create another modules, likerender::types
that provide the duplicated types and implement bothInput
andOutput
.