Raito 0.1
Loading...
Searching...
No Matches
Raito::Core::ApplicationInfo Struct Reference

#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
 

Detailed Description

Application info struct Defines the initialization values for the application

Member Data Documentation

◆ Fullscreen

bool Raito::Core::ApplicationInfo::Fullscreen = false

Flag for the application starting screen mode

◆ GraphicsAPI

Renderer::API Raito::Core::ApplicationInfo::GraphicsAPI = Renderer::API::NONE

Graphics API provider

◆ Height

u32 Raito::Core::ApplicationInfo::Height = 720

Starting screen height

◆ Name

std::string Raito::Core::ApplicationInfo::Name = "Raito - App"

Name of the application

◆ Width

u32 Raito::Core::ApplicationInfo::Width = 1280

Starting screen width


The documentation for this struct was generated from the following file: