Changeset 54b6d6b in opengl-game for imgui_impl_glfw_gl3.h


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
  • imgui_impl_glfw_gl3.h

    r4e0b82b r54b6d6b  
    11// ImGui GLFW binding with OpenGL3 + shaders
    22// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
    3 // (GL3W is a helper library to access OpenGL functions since there is no standard header to access modern OpenGL functions easily. Alternatives are GLEW, Glad, etc.)
    43
    54// Implemented features:
Note: See TracChangeset for help on using the changeset viewer.