antoinefortin
8/15/2019 - 4:09 AM

helloVulkan.cpp

void looooooop() {
    while (!glfwWindowShouldClose(window)) {
        glfwPollEvents(); // Oh shit! les events sont poller a partir de GLFW nice
    }
}