From a3df9dc715047a3bf2ac351ee6799fb708e52020 Mon Sep 17 00:00:00 2001
From: Sebastian Gaida <sebastian-gaida@gmx.de>
Date: Mon, 30 Aug 2021 19:01:03 +0200
Subject: [PATCH] [#89] temp fix of glfwGetRequiredInstanceExtensions before
 glfwInit

---
 projects/first_mesh/src/main.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/projects/first_mesh/src/main.cpp b/projects/first_mesh/src/main.cpp
index feb2153f..35e7fcf3 100644
--- a/projects/first_mesh/src/main.cpp
+++ b/projects/first_mesh/src/main.cpp
@@ -11,6 +11,8 @@ int main(int argc, const char** argv) {
 	uint32_t windowWidth = 800;
 	uint32_t windowHeight = 600;
 
+	glfwInit();
+
 	vkcv::Core core = vkcv::Core::create(
 		applicationName,
 		VK_MAKE_VERSION(0, 0, 1),
-- 
GitLab