main: print currently used GPU at the start

vertex-deduplication
EmaMaker 2023-02-23 19:07:35 +01:00
parent b1e420f564
commit 2ec728897e
1 changed files with 2 additions and 4 deletions

View File

@ -53,9 +53,7 @@ int main()
glEnable(GL_DEPTH_TEST);
glEnable(GL_CULL_FACE); //GL_BACK GL_CCW by default
// Create an invisible window for the secondary thread
glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE);
GLFWwindow* chunkmanager_context = glfwCreateWindow(640, 480, "", NULL, NULL);
std::cout << "Using GPU: " << glGetString(GL_VENDOR) << " " << glGetString(GL_RENDERER) << "\n";
SpaceFilling::initLUT();
chunkmanager::init();