RADLib
RADical C++ application framework
RADUi::SoftwarePlotRenderer Class Referencefinal

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...
 

Detailed Description

CPU renderer used by examples and as the OpenGL fallback.

Member Function Documentation

◆ render()

PlotImage RADUi::SoftwarePlotRenderer::render ( const PlotModelSnapshot snapshot,
const PlotViewport viewport 
)
overridevirtual

Renders the plot entirely on the CPU.

Implements RADUi::PlotRenderer.


The documentation for this class was generated from the following file: