This commit is contained in:
2025-04-02 02:17:30 +09:00
parent 1a71acd9c2
commit 8ef8e334fb

View File

@@ -13,8 +13,10 @@ std::int32_t main(std::int32_t argc, gsl::zstring* argv) {
veng::Graphics graphics(&window);
glfwMakeContextCurrent(window.GetHandle());
while (!window.ShouldClose()) {
glClear(GL_COLOR_BUFFER_BIT);
//glClear(GL_COLOR_BUFFER_BIT);
glfwSwapBuffers(window.GetHandle());
glfwPollEvents();
}