Hello, I compiled this project on Debian 13 using this command:
g++ main.cpp `pkg-config --static --cflags --libs vulkan sdl2`
It compiled successfully, however when I ran the resulting executable I only got a blank window... Meanwhile in the terminal there's this:
INFO: Initialized with errors:
Then on exit:
INFO: Cleaned up with errors:
What seems to be the issue?
Hello, I compiled this project on Debian 13 using this command:
g++ main.cpp `pkg-config --static --cflags --libs vulkan sdl2`It compiled successfully, however when I ran the resulting executable I only got a blank window... Meanwhile in the terminal there's this:
Then on exit:
What seems to be the issue?