Changeset 34bdf3a in opengl-game for main-vulkan.cpp
- Timestamp:
 - Oct 24, 2019, 3:35:49 PM (6 years ago)
 - Branches:
 - feature/imgui-sdl, master, points-test
 - Children:
 - 87c8f1a
 - Parents:
 - 603b5bc
 - File:
 - 
      
- 1 edited
 
- 
          
  main-vulkan.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
main-vulkan.cpp
r603b5bc r34bdf3a 17 17 18 18 int __main(int argc, char* argv[]) { 19 const int MAX_FRAMES_IN_FLIGHT = 2; 20 19 21 cout << "Starting Vulkan Game..." << endl; 20 22 21 VulkanGame game ;23 VulkanGame game(MAX_FRAMES_IN_FLIGHT); 22 24 23 25 try {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)