Skip to content
Snippets Groups Projects
Commit a3df9dc7 authored by Sebastian Gaida's avatar Sebastian Gaida
Browse files

[#89] temp fix of glfwGetRequiredInstanceExtensions before glfwInit

parent 9b53e3c0
No related branches found
No related tags found
1 merge request!90Resolve "Mehrere Fenster, Abhängigkeiten von Core zu Fenster+Swapchain etc"
...@@ -11,6 +11,8 @@ int main(int argc, const char** argv) { ...@@ -11,6 +11,8 @@ int main(int argc, const char** argv) {
uint32_t windowWidth = 800; uint32_t windowWidth = 800;
uint32_t windowHeight = 600; uint32_t windowHeight = 600;
glfwInit();
vkcv::Core core = vkcv::Core::create( vkcv::Core core = vkcv::Core::create(
applicationName, applicationName,
VK_MAKE_VERSION(0, 0, 1), VK_MAKE_VERSION(0, 0, 1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment