Changeset c1d9b2a in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Sep 15, 2019, 5:44:41 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
df2cc24
Parents:
92cbc6a
Message:

In vulkangame, create a Vulkan instance and enable the Vulkan debug extension, and move the code that clears the screen to black into the main loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r92cbc6a rc1d9b2a  
    139139    <ClCompile Include="StackWalker.cpp" />
    140140    <ClCompile Include="vulkan-game.cpp" />
     141    <ClCompile Include="vulkan-utils.cpp" />
    141142  </ItemGroup>
    142143  <ItemGroup>
     
    150151    <ClInclude Include="StackWalker.h" />
    151152    <ClInclude Include="vulkan-game.hpp" />
     153    <ClInclude Include="vulkan-utils.hpp" />
    152154  </ItemGroup>
    153155  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Note: See TracChangeset for help on using the changeset viewer.