|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The Renderer is responsible for rasterizing the View hierarchy of a WindowController. More...
Go to the source code of this file.
Data Structures | |
| struct | Renderer |
| The Renderer is responsible for rasterizing the View hierarchy of a WindowController. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _Renderer (void) |
The Renderer is responsible for rasterizing the View hierarchy of a WindowController.
This class provides an OpenGL 1.x implementation of the RendererInterface. Applications may extend this class and provide an implementation that meets their own OpenGL version requirements.
Definition in file Renderer.h.
| OBJECTIVELYMVC_EXPORT Class * _Renderer | ( | void | ) |
Definition at line 312 of file Renderer.c.