Changeset 7d2b0b9 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Oct 3, 2019, 3:44:55 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
3de31cf
Parents:
4d84c72
Message:

Add and begin implementing a GraphicsPipeline class to hold info for the Vulkan graphics pipeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    r4d84c72 r7d2b0b9  
    33
    44#include "game-gui-sdl.hpp"
     5#include "graphics-pipeline_vulkan.hpp"
    56
    67#ifdef NDEBUG
     
    1920   private:
    2021      GameGui* gui;
     22
     23      vector<GraphicsPipeline_Vulkan> graphicsPipelines;
    2124
    2225      SDL_version sdlVersion;
Note: See TracChangeset for help on using the changeset viewer.