Changeset 2f4ff8c in opengl-game for sdl-game.hpp


Ignore:
Timestamp:
Jun 20, 2021, 7:05:14 PM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
b01b50c
Parents:
90880fb
git-author:
Dmitry Portnoy <dportnoy@…> (06/18/21 16:39:49)
git-committer:
Dmitry Portnoy <dportnoy@…> (06/20/21 19:05:14)
Message:

Change the uniform buffers to always be mapped instead of mapping them every time data needs to be copied

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sdl-game.hpp

    r90880fb r2f4ff8c  
    228228      BufferSet storageBuffers_modelPipeline;
    229229
    230       VulkanBuffer<UBO_VP_mats> vp_mats_modelPipeline;
     230      VulkanBuffer<UBO_VP_mats> uniforms_modelPipeline;
    231231      VulkanBuffer<SSBO_ModelObject> objects_modelPipeline;
    232232
Note: See TracChangeset for help on using the changeset viewer.