Changeset 9cbdc9c in network-game for graphics_library/graphics_library.vcxproj


Ignore:
Timestamp:
Feb 7, 2014, 3:28:10 PM (11 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
master
Children:
2e5aa0c
Parents:
8df0c49
Message:

Graphics libary can load textures and handle mouse and keyboard controls (using tutorial code)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graphics_library/graphics_library.vcxproj

    r8df0c49 r9cbdc9c  
    6767  </ItemDefinitionGroup>
    6868  <ItemGroup>
     69    <ClCompile Include="common\controls.cpp" />
     70    <ClCompile Include="common\shader.cpp" />
     71    <ClCompile Include="common\texture.cpp" />
    6972    <ClCompile Include="main.cpp" />
    7073  </ItemGroup>
     
    7477    <None Include="SimpleVertexShader.vertexshader" />
    7578    <None Include="SingleColor.fragmentshader" />
     79    <None Include="TextureFragmentShader.fragmentshader" />
     80    <None Include="TransformVertexShader.vertexshader" />
     81  </ItemGroup>
     82  <ItemGroup>
     83    <ClInclude Include="common\controls.hpp" />
     84    <ClInclude Include="common\shader.hpp" />
     85    <ClInclude Include="common\texture.hpp" />
    7686  </ItemGroup>
    7787  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Note: See TracChangeset for help on using the changeset viewer.