Changeset 1c81bf0 in opengl-game
- Timestamp:
- May 8, 2018, 1:39:00 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 5b3462b
- Parents:
- 1a616e6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NewOpenGLGame.vcxproj
r1a616e6 r1c81bf0 131 131 <ClCompile Include="logger.cpp" /> 132 132 <ClCompile Include="new-game.cpp" /> 133 <ClCompile Include="imgui_example.cpp" />134 133 <ClCompile Include="stb_image_write.h" /> 135 134 <ClCompile Include="stb_image.cpp" /> -
new-game.cpp
r1a616e6 r1c81bf0 515 515 //glPolygonMode(GL_FRONT, GL_LINE); 516 516 517 // disable vsync to see real framerate 518 //glfwSwapInterval(0); 519 517 520 while (!glfwWindowShouldClose(window)) { 518 521 double current_seconds = glfwGetTime();
Note:
See TracChangeset
for help on using the changeset viewer.