Changeset 7d2b0b9 in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Oct 3, 2019, 3:44:55 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
3de31cf
Parents:
4d84c72
Message:

Add and begin implementing a GraphicsPipeline class to hold info for the Vulkan graphics pipeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r4d84c72 r7d2b0b9  
    135135    <ClCompile Include="FileStackWalker.cpp" />
    136136    <ClCompile Include="game-gui-sdl.cpp" />
     137    <ClCompile Include="graphics-pipeline_vulkan.cpp" />
    137138    <ClCompile Include="logger.cpp" />
    138139    <ClCompile Include="main-vulkan.cpp" />
     
    148149    <ClInclude Include="game-gui-sdl.hpp" />
    149150    <ClInclude Include="game-gui.hpp" />
     151    <ClInclude Include="graphics-pipeline.hpp" />
     152    <ClInclude Include="graphics-pipeline_vulkan.hpp" />
    150153    <ClInclude Include="logger.hpp" />
    151154    <ClInclude Include="StackWalker.h" />
Note: See TracChangeset for help on using the changeset viewer.