Open hadronized opened 5 years ago
A ViewportRenderer enables to simply provide a block and a set of inputs / outputs to perform a viewport-base render.
ViewportRenderer
The ViewportRenderer maintains an internal state:
Quad
Whenever the block is updated, the renderer must recompile its shader in order to take into account of the new block.
A
ViewportRenderer
enables to simply provide a block and a set of inputs / outputs to perform a viewport-base render.The
ViewportRenderer
maintains an internal state:Quad
to perform the render (for now).Whenever the block is updated, the renderer must recompile its shader in order to take into account of the new block.