Changeset cbe946d in opengl-game for NewOpenGLGame.vcxproj


Ignore:
Timestamp:
Aug 23, 2019, 3:59:12 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
d53ef6a
Parents:
6544020
Message:

Add separate shaders for the scene and overlay to the Vulkan project and add some notes about future work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NewOpenGLGame.vcxproj

    r6544020 rcbe946d  
    136136      <OptimizeReferences>true</OptimizeReferences>
    137137      <AdditionalDependencies>glew32s.lib;glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
     138      <SubSystem>Console</SubSystem>
    138139    </Link>
    139140  </ItemDefinitionGroup>
     
    148149    <ClCompile Include="new-game.cpp" />
    149150    <ClCompile Include="StackWalker.cpp" />
    150     <ClCompile Include="stb_image.cpp" />
    151151    <ClCompile Include="utils.cpp" />
    152152  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.