5#include "Platform/Graphics/PlatformViewport.hpp"
33 void Pl_DeInitialize();
43 inline static std::vector<Viewport>
Viewports = std::vector<Viewport>();
Definition Texture.hpp:30
static Viewport CreateViewport(unsigned short width, unsigned short height)
Texture texture
The contained Texture of the viewport. May be used as a resource elsewhere.
Definition Viewport.hpp:20
Viewport(unsigned short width, unsigned short height)
unsigned short height
The height of the viewport.
Definition Viewport.hpp:16
PlatformViewport platformViewport
Platform data.
Definition Viewport.hpp:18
static std::vector< Viewport > Viewports
A list of all existing viewports.
Definition Viewport.hpp:43
void DeInitialize()
De-Initializes the Viewport. Must be called.
unsigned short width
The width of the viewport.
Definition Viewport.hpp:15
void Initialize()
Initializes the Viewport using its parameters.
Functionality relating to drawing graphics to the screen.
Definition Display.hpp:9