Raito 0.1
Loading...
Searching...
No Matches
Window.h File Reference
Include dependency graph for Window.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Raito::WindowInfo
 Window info structure. More...
 
struct  Raito::SysWindow
 System window structure. More...
 

Namespaces

namespace  Raito
 
namespace  Raito::Renderer
 
namespace  Raito::Window
 

Functions

bool Raito::Window::Initialize (Renderer::API api, const WindowInfo &defaultInfo)
 
bool Raito::Window::Update ()
 
void Raito::Window::Shutdown ()
 
u32 Raito::Window::CreateNewWindow (const WindowInfo &info)
 
SysWindowRaito::Window::GetWindow (const u32 id)
 
void Raito::Window::SetFullScreen (bool value)
 
void Raito::Window::SetVSync (bool value)