Changeset 1abebc1 in opengl-game for vulkan-buffer.hpp


Ignore:
Timestamp:
May 19, 2021, 4:49:43 PM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
c163d81
Parents:
a3cefaa
Message:

Remove the storageBuffers parameter from addObject() since it is no longer used, rename StorageBufferSet, resizeStorageBufferSet(), and updateStorageuffer() to BufferSet, resizeBufferSet(), and updateBufferSet() respectively, and change updateObject() to just take a SceneObject reference.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-buffer.hpp

    ra3cefaa r1abebc1  
    2929      T* data();
    3030      void* mappedData(); // TODO: Maybe rename this to just mapped()
     31
     32      // TODO: Add a resize function
    3133
    3234   private:
Note: See TracChangeset for help on using the changeset viewer.