Changeset a0c5f28 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Sep 22, 2019, 11:27:23 PM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
c1c2021
Parents:
fe5c3ba
Message:

Add renderScene and renderUI functions to vulkangame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    rfe5c3ba ra0c5f28  
    3232      void initVulkan();
    3333      void mainLoop();
     34      void renderUI();
     35      void renderScene();
    3436      void cleanup();
    3537
Note: See TracChangeset for help on using the changeset viewer.