Changeset 20e4c2b in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Mar 9, 2021, 2:59:40 AM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
187b0f5
Parents:
40eb092
Message:

In VulkanGame, use ImGui for the UI instead of using SDL to draw elements onto an overlay, and remove everything associated with the overlay pipeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r40eb092 r20e4c2b  
    142142    <ClCompile Include="FileStackWalker.cpp" />
    143143    <ClCompile Include="game-gui-sdl.cpp" />
    144     <ClCompile Include="gui\button.cpp" />
    145     <ClCompile Include="gui\game-screen.cpp" />
    146     <ClCompile Include="gui\main-screen.cpp" />
    147     <ClCompile Include="gui\panel.cpp" />
    148     <ClCompile Include="gui\screen.cpp" />
    149     <ClCompile Include="gui\ui-element.cpp" />
    150144    <ClCompile Include="IMGUI\imgui.cpp" />
    151145    <ClCompile Include="IMGUI\imgui_demo.cpp" />
     
    171165    <ClInclude Include="graphics-pipeline.hpp" />
    172166    <ClInclude Include="graphics-pipeline_vulkan.hpp" />
    173     <ClInclude Include="gui\button.hpp" />
    174     <ClInclude Include="gui\game-screen.hpp" />
    175     <ClInclude Include="gui\main-screen.hpp" />
    176     <ClInclude Include="gui\panel.hpp" />
    177     <ClInclude Include="gui\screen.hpp" />
    178     <ClInclude Include="gui\ui-element.hpp" />
    179     <ClInclude Include="gui\ui-value.hpp" />
    180167    <ClInclude Include="IMGUI\imconfig.h" />
    181168    <ClInclude Include="IMGUI\imgui.h" />
Note: See TracChangeset for help on using the changeset viewer.