Changeset 22217d4 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Mar 22, 2020, 10:07:01 PM (4 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
1add0ed
Parents:
0807aeb
Message:

Make the view and projection matrices instaces variables of the VulkanGame class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    r0807aeb r22217d4  
    149149
    150150      bool framebufferResized;
     151
     152      mat4 viewMat, projMat;
    151153
    152154      GraphicsPipeline_Vulkan<OverlayVertex, void*> overlayPipeline;
Note: See TracChangeset for help on using the changeset viewer.