Changeset 83b5b4b in opengl-game for opengl-game.hpp


Ignore:
Timestamp:
Oct 4, 2019, 8:19:15 PM (6 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
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)
Message:

Handle window resize events in openglgame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opengl-game.hpp

    r5b02676 r83b5b4b  
    11#ifndef _OPENGL_GAME_H
    22#define _OPENGL_GAME_H
     3
     4#include <glm/glm.hpp>
    35
    46#include "IMGUI/imgui.h"
     
    1719   private:
    1820      GameGui* gui;
     21      Viewport viewport;
    1922
    2023      vector<GraphicsPipeline_OpenGL> graphicsPipelines;
Note: See TracChangeset for help on using the changeset viewer.