Changeset 8667f76 in opengl-game for game-gui-sdl.hpp


Ignore:
Timestamp:
Jul 19, 2019, 9:49:52 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
80edd70
Parents:
0e6ecf3
git-author:
Dmitry Portnoy <dmitry.portnoy@…> (07/19/19 21:45:27)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (07/19/19 21:49:52)
Message:

Move getWindowSize and getRequiredExtensions to the game gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    r0e6ecf3 r8667f76  
    1616
    1717      bool CreateVulkanSurface(VkInstance instance, VkSurfaceKHR* surface);
     18      vector<const char*> GetRequiredExtensions();
     19      void GetWindowSize(int* width, int* height);
    1820
    1921   private:
Note: See TracChangeset for help on using the changeset viewer.