Changeset 83b5b4b in opengl-game for opengl-game.hpp
- Timestamp:
- Oct 4, 2019, 8:19:15 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 0b1b52d
- Parents:
- 5b02676
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (10/04/19 20:16:22)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (10/04/19 20:19:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opengl-game.hpp
r5b02676 r83b5b4b 1 1 #ifndef _OPENGL_GAME_H 2 2 #define _OPENGL_GAME_H 3 4 #include <glm/glm.hpp> 3 5 4 6 #include "IMGUI/imgui.h" … … 17 19 private: 18 20 GameGui* gui; 21 Viewport viewport; 19 22 20 23 vector<GraphicsPipeline_OpenGL> graphicsPipelines;
Note:
See TracChangeset
for help on using the changeset viewer.