Changeset 6493e43 in opengl-game for vulkan-game.cpp


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

In sdl-game, add support for using separate graphics and present queues, and move the example ImGui code for (re)creating the swapchain into my own files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.cpp

    r3b7d497 r6493e43  
    234234   init_info.PhysicalDevice = this->physicalDevice;
    235235   init_info.Device = this->device;
    236    init_info.QueueFamily = indices.graphicsFamily.value();
    237    init_info.Queue = this->graphicsQueue;
    238236   init_info.PipelineCache = VK_NULL_HANDLE;
    239237   init_info.DescriptorPool = this->imguiDescriptorPool; // TODO: Create a descriptor pool for IMGUI
Note: See TracChangeset for help on using the changeset viewer.