document renderer
This commit is contained in:
@@ -14,6 +14,17 @@ namespace yaze {
|
|||||||
namespace app {
|
namespace app {
|
||||||
namespace core {
|
namespace core {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @class Renderer
|
||||||
|
* @brief The Renderer class represents the renderer for the Yaze application.
|
||||||
|
*
|
||||||
|
* This class is a singleton that provides functionality for creating and
|
||||||
|
* rendering bitmaps to the screen. It also includes methods for updating
|
||||||
|
* bitmaps on the screen.
|
||||||
|
*
|
||||||
|
* The Renderer class uses the ExperimentFlags class to access the application's
|
||||||
|
* flags.
|
||||||
|
*/
|
||||||
class Renderer : public ExperimentFlags {
|
class Renderer : public ExperimentFlags {
|
||||||
public:
|
public:
|
||||||
static Renderer& GetInstance() {
|
static Renderer& GetInstance() {
|
||||||
|
|||||||
Reference in New Issue
Block a user