Changeset c074f81 in opengl-game for sdl-game.cpp
- Timestamp:
- Jun 8, 2021, 2:29:12 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 8aa4888
- Parents:
- 567fa88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sdl-game.cpp
r567fa88 rc074f81 475 475 } 476 476 477 VulkanUtils::copyDataToMemory(device, object_VP_mats, uniformBuffers_modelPipeline.memory[imageIndex], 0); 477 VulkanUtils::copyDataToMemory(device, &object_VP_mats, uniformBuffers_modelPipeline.memory[imageIndex], 0, 478 sizeof(object_VP_mats), false); 478 479 } 479 480
Note:
See TracChangeset
for help on using the changeset viewer.