mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
improved cuda error checking
This commit is contained in:
@@ -119,7 +119,7 @@ void Window::tick() {
|
||||
glfwSwapBuffers(this->window);
|
||||
glfwPollEvents();
|
||||
|
||||
std::cout << "done ticking";
|
||||
std::cout << "done ticking\n";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user