Changeset b73cb3b in opengl-game for NewOpenGLGame.vcxproj


Ignore:
Timestamp:
Mar 29, 2018, 5:09:16 AM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
fc424f6
Parents:
e82692b
Message:

Fix all issues with object click detection, and add the shader files to the NewOpenGLGame project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NewOpenGLGame.vcxproj

    re82692b rb73cb3b  
    136136    <Text Include="gl.log" />
    137137  </ItemGroup>
     138  <ItemGroup>
     139    <None Include="color.frag" />
     140    <None Include="color.vert" />
     141    <None Include="texture.frag" />
     142    <None Include="texture.vert" />
     143  </ItemGroup>
    138144  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    139145  <ImportGroup Label="ExtensionTargets">
Note: See TracChangeset for help on using the changeset viewer.