Changeset 7f60b28 in opengl-game for main-vulkan.cpp


Ignore:
Timestamp:
Jan 24, 2021, 5:22:33 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
3f32dfd
Parents:
6a39266
Message:

Split VulkanUtils::querySwapChainSupport into three separate functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main-vulkan.cpp

    r6a39266 r7f60b28  
    1919
    2020int __main(int argc, char* argv[]) {
    21    const int MAX_FRAMES_IN_FLIGHT = 2;
    22 
    2321   cout << "Starting Vulkan Game..." << endl;
    2422
    25    VulkanGame game(MAX_FRAMES_IN_FLIGHT);
     23   VulkanGame game;
    2624
    2725   try {
Note: See TracChangeset for help on using the changeset viewer.