|
RADLib
RADical C++ application framework
|
CPU renderer used by examples and as the OpenGL fallback. More...
#include <RADPlot.h>
Inheritance diagram for RADUi::SoftwarePlotRenderer:
Collaboration diagram for RADUi::SoftwarePlotRenderer:Public Member Functions | |
| PlotImage | render (const PlotModelSnapshot &snapshot, const PlotViewport &viewport) override |
| Renders the plot entirely on the CPU. More... | |
Public Member Functions inherited from RADUi::PlotRenderer | |
| virtual | ~PlotRenderer ()=default |
| Destroys renderer implementations through the base class. More... | |
CPU renderer used by examples and as the OpenGL fallback.
|
overridevirtual |
Renders the plot entirely on the CPU.
Implements RADUi::PlotRenderer.