|
Raito 0.1
|
#include "pch.h"#include "Window.h"#include "Core/Application.h"#include "glad/glad.h"#include "GLFW/glfw3.h"#include "GLFW/glfw3native.h"#include "optick/include/optick.h"#include "Renderer/Renderer.h"
Namespaces | |
| namespace | Raito |
| namespace | Raito::Window |
Macros | |
| #define | GLFW_EXPOSE_NATIVE_WIN32 |
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) |
| #define GLFW_EXPOSE_NATIVE_WIN32 |