Changeset 54b6d6b in opengl-game for NewOpenGLGame.vcxproj


Ignore:
Timestamp:
May 3, 2018, 3:17:21 AM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
c58ebc3
Parents:
4e0b82b
Message:

Remove gl3w from the ImGui project and use glew instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NewOpenGLGame.vcxproj

    r4e0b82b r54b6d6b  
    125125  </ItemDefinitionGroup>
    126126  <ItemGroup>
    127     <ClCompile Include="gl3w.c" />
    128127    <ClCompile Include="imgui.cpp" />
    129128    <ClCompile Include="imgui_demo.cpp" />
     
    137136  </ItemGroup>
    138137  <ItemGroup>
    139     <ClInclude Include="gl3w.h" />
    140     <ClInclude Include="glcorearb.h" />
    141138    <ClInclude Include="imgui_internal.h" />
    142139    <ClInclude Include="imgui_impl_glfw_gl3.h" />
Note: See TracChangeset for help on using the changeset viewer.