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


Ignore:
Timestamp:
Nov 7, 2019, 2:30:59 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
cc4a8b5
Parents:
d2d9286
Message:

In vulkangame, update the MVP matrix and copy it to the uniform buffer to correctly display the scene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    rd2d9286 rf985231  
    125125
    126126      void recreateSwapChain();
     127      void updateUniformBuffer(uint32_t currentImage);
    127128
    128129      void cleanupSwapChain();
Note: See TracChangeset for help on using the changeset viewer.