|
Raito 0.1
|
#include "Renderer/GraphicsAPI.h"

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) |
| SysWindow & | Raito::Window::GetWindow (const u32 id) |
| void | Raito::Window::SetFullScreen (bool value) |
| void | Raito::Window::SetVSync (bool value) |