Defines the Renderer class for rendering VPX table assets in ASAPCabinetFE. More...
#include "irenderer.h"#include "ivideo_player.h"#include "config/settings.h"#include <SDL.h>
Include dependency graph for renderer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Renderer |
| Renders VPX table assets across playfield, backglass, DMD, and topper windows. More... | |
Defines the Renderer class for rendering VPX table assets in ASAPCabinetFE.
This header provides the Renderer class, which implements the IRenderer interface to render Visual Pinball X (VPX) table assets (playfield, backglass, DMD, topper) using SDL renderers. It coordinates with IAssetManager for asset retrieval and IWindowManager for renderer setup.