Changeset 5049354 in opengl-game for graphics-pipeline_vulkan.hpp
- Timestamp:
- Apr 7, 2021, 3:02:50 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 914bb99
- Parents:
- db2d995
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graphics-pipeline_vulkan.hpp
rdb2d995 r5049354 547 547 if (!is_same_v<SSBOType, void*>) { 548 548 for (size_t i = 0; i < storageBufferSet.memory.size(); i++) { 549 VulkanUtils::copyDataToMemory(this->device, storageBufferSet.memory[i], objIndex , ssbo);549 VulkanUtils::copyDataToMemory(this->device, storageBufferSet.memory[i], objIndex * sizeof(SSBOType), ssbo); 550 550 } 551 551 }
Note:
See TracChangeset
for help on using the changeset viewer.