Adding main characteristics

This commit is contained in:
Pcornat 2022-01-10 21:16:05 +01:00
parent 029acbbbb3
commit 4b5ec33d74
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
14 changed files with 124 additions and 8 deletions

View file

@ -11,6 +11,7 @@ static void framebufferCallback([[maybe_unused]] GLFWwindow *glfWwindow, int wid
}
gui::Window::Window() {
SPDLOG_DEBUG("Creating Window");
glfwSetErrorCallback(glfwErrorCallback);
if (glfwInit() == GLFW_FALSE) {
SPDLOG_CRITICAL("GLFW init failed.");