Changeset f985231 in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Nov 7, 2019, 2:30:59 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
cc4a8b5
Parents:
d2d9286
Message:

In vulkangame, update the MVP matrix and copy it to the uniform buffer to correctly display the scene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    rd2d9286 rf985231  
    158158    <ClInclude Include="vulkan-utils.hpp" />
    159159  </ItemGroup>
     160  <ItemGroup>
     161    <None Include="shaders\overlay.frag" />
     162    <None Include="shaders\overlay.vert" />
     163    <None Include="shaders\scene.frag" />
     164    <None Include="shaders\scene.vert" />
     165  </ItemGroup>
    160166  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    161167  <ImportGroup Label="ExtensionTargets">
Note: See TracChangeset for help on using the changeset viewer.