Changeset 34bdf3a in opengl-game for main-vulkan.cpp


Ignore:
Timestamp:
Oct 24, 2019, 3:35:49 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
87c8f1a
Parents:
603b5bc
Message:

In vulkangame, create Vulkan synchronization objects for rendering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main-vulkan.cpp

    r603b5bc r34bdf3a  
    1717
    1818int __main(int argc, char* argv[]) {
     19   const int MAX_FRAMES_IN_FLIGHT = 2;
     20
    1921   cout << "Starting Vulkan Game..." << endl;
    2022
    21    VulkanGame game;
     23   VulkanGame game(MAX_FRAMES_IN_FLIGHT);
    2224
    2325   try {
Note: See TracChangeset for help on using the changeset viewer.