Changeset f809ae6 in opengl-game for vulkan-game.hpp
- Timestamp:
- Jun 10, 2020, 9:44:02 PM (4 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- 6bfd91c
- Parents:
- 699e83a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.hpp
r699e83a rf809ae6 204 204 TTF_Font* proggyFont; 205 205 206 int score; 207 float fps; 208 206 209 GraphicsPipeline_Vulkan<OverlayVertex, void*> overlayPipeline; 207 210 … … 345 348 float prevTime, elapsedTime; 346 349 350 float fpsStartTime; 351 int frameCount; 352 347 353 float shipSpeed = 0.5f; 348 354 float asteroidSpeed = 2.0f; … … 363 369 void mainLoop(); 364 370 void updateScene(uint32_t currentImage); 365 void renderUI();366 371 void renderScene(); 367 372 void cleanup();
Note:
See TracChangeset
for help on using the changeset viewer.