Changeset 301c90a in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Mar 13, 2021, 10:37:06 PM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
d255d52
Parents:
187b0f5
Message:

Implement the start of a generic UI system built on top of IMGUI, which can reposition elements when the screen is resized, and use it in VulkanGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r187b0f5 r301c90a  
    142142    <ClCompile Include="FileStackWalker.cpp" />
    143143    <ClCompile Include="game-gui-sdl.cpp" />
     144    <ClCompile Include="gui\imgui\button-imgui.cpp" />
     145    <ClCompile Include="gui\imgui\ui-wdget.cpp" />
    144146    <ClCompile Include="IMGUI\imgui.cpp" />
    145147    <ClCompile Include="IMGUI\imgui_demo.cpp" />
     
    165167    <ClInclude Include="graphics-pipeline.hpp" />
    166168    <ClInclude Include="graphics-pipeline_vulkan.hpp" />
     169    <ClInclude Include="gui\imgui\button-imgui.hpp" />
     170    <ClInclude Include="gui\imgui\ui-widget.hpp" />
    167171    <ClInclude Include="IMGUI\imconfig.h" />
    168172    <ClInclude Include="IMGUI\imgui.h" />
Note: See TracChangeset for help on using the changeset viewer.