Changeset 1abebc1 in opengl-game for graphics-pipeline_vulkan.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
  • graphics-pipeline_vulkan.hpp

    ra3cefaa r1abebc1  
    237237      }
    238238
     239      // TODO: Instead, assert that (bufferData->size() == swapChainImages.size()
    239240      if (bufferData->size() != swapChainImages.size()) {
    240241         cout << "ALERT ALERT ALERT: SIZE MISMATCH!!!!!!!" << endl;
Note: See TracChangeset for help on using the changeset viewer.