This commit is contained in:
2025-04-02 02:23:39 +09:00
parent 8ef8e334fb
commit f99f37c3f6

View File

@@ -13,7 +13,8 @@ std::int32_t main(std::int32_t argc, gsl::zstring* argv) {
veng::Graphics graphics(&window);
glfwMakeContextCurrent(window.GetHandle());
//glfwMakeContextCurrent(window.GetHandle());
//glClearColor(0.4f, 0.3f, 0.4f, 0.0f);
while (!window.ShouldClose()) {
//glClear(GL_COLOR_BUFFER_BIT);