Changeset 3de31cf in opengl-game for opengl-game.hpp


Ignore:
Timestamp:
Oct 3, 2019, 3:46:06 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
ee75487
Parents:
7d2b0b9
git-author:
Dmitry Portnoy <dmp1488@…> (10/03/19 03:45:53)
git-committer:
Dmitry Portnoy <dmp1488@…> (10/03/19 03:46:06)
Message:

Add and begin implementing an OpenGL version of the GraphicsPipeline class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opengl-game.hpp

    r7d2b0b9 r3de31cf  
    66
    77#include "game-gui-glfw.hpp"
     8#include "graphics-pipeline_opengl.hpp"
    89
    910class OpenGLGame {
     
    1617   private:
    1718      GameGui* gui;
     19
     20      vector<GraphicsPipeline_OpenGL> graphicsPipelines;
     21
    1822      GLFWwindow* window;
    1923
Note: See TracChangeset for help on using the changeset viewer.