|
Raito 0.1
|
#include <Application.h>
Public Attributes | |
| std::string | Name = "Raito - App" |
| u32 | Width = 1280 |
| u32 | Height = 720 |
| Renderer::API | GraphicsAPI = Renderer::API::NONE |
| bool | Fullscreen = false |
Application info struct Defines the initialization values for the application
| bool Raito::Core::ApplicationInfo::Fullscreen = false |
Flag for the application starting screen mode
| Renderer::API Raito::Core::ApplicationInfo::GraphicsAPI = Renderer::API::NONE |
Graphics API provider
| u32 Raito::Core::ApplicationInfo::Height = 720 |
Starting screen height
| std::string Raito::Core::ApplicationInfo::Name = "Raito - App" |
Name of the application
| u32 Raito::Core::ApplicationInfo::Width = 1280 |
Starting screen width