|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Renderer extends Object with ObjectivelyMVC's UI rendering layer. More...
#include <SDL3/SDL_gpu.h>#include <Objectively/Object.h>#include <Objectively/Vector.h>#include <ObjectivelyGPU.h>#include "Types.h"Go to the source code of this file.
Data Structures | |
| struct | MVC_Vertex |
| Interleaved position + texcoord + color vertex for GPU upload. More... | |
| struct | Renderer |
| Renderer extends Object with ObjectivelyMVC's UI rendering layer. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _Renderer (void) |
Renderer extends Object with ObjectivelyMVC's UI rendering layer.
Renderer provides the MVC-specific shaders, pipelines, vertex streaming, draw call queue, scissor state, and draw* helpers.
Definition in file Renderer.h.
| OBJECTIVELYMVC_EXPORT Class * _Renderer | ( | void | ) |
Definition at line 522 of file Renderer.c.