Changeset 1908591 in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Nov 20, 2019, 3:50:31 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
683dd55
Parents:
15104a8
Message:

Update the OpenGLReference project to include the shaders that were moved to the gl-shaders folder, and update the VulkanGame project to include the ship shader copied from the original OpenGL game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r15104a8 r1908591  
    163163    <None Include="shaders\scene.frag" />
    164164    <None Include="shaders\scene.vert" />
     165    <None Include="shaders\ship.frag" />
     166    <None Include="shaders\ship.vert" />
    165167  </ItemGroup>
    166168  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.