Changeset 4eb4d0a in opengl-game for game-gui-sdl.hpp


Ignore:
Timestamp:
Aug 30, 2019, 4:01:54 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
99d44b2
Parents:
0df3c9a
Message:

Rename vulkan-game.cpp to vulkan-ref.cpp and define the GAMEGUI_INCLUDE_VULKAN preprocessor directive to control whether the gui-game classes build with Vulkan support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    r0df3c9a r4eb4d0a  
    1717      void DestroyWindow();
    1818
     19#ifdef GAMEGUI_INCLUDE_VULKAN
    1920      bool CreateVulkanSurface(VkInstance instance, VkSurfaceKHR* surface);
     21#endif
     22
    2023      vector<const char*> GetRequiredExtensions();
    2124      void GetWindowSize(int* width, int* height);
Note: See TracChangeset for help on using the changeset viewer.