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

[#8] remove CoreManager glfw calls

parent 77796c3c
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@
int main(int argc, const char** argv) {
const char* applicationName = "First Triangle";
vkcv::initGLFW();
vkcv::Window window = vkcv::Window::create(
applicationName,
800,
......@@ -36,6 +35,5 @@ int main(int argc, const char** argv) {
while (window.isWindowOpen()) {
window.pollEvents();
}
vkcv::terminateGLFW();
return 0;
}
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