Changeset cf727ca in opengl-game for graphics-pipeline_vulkan.hpp
- Timestamp:
- Dec 5, 2019, 5:45:47 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 2b40f48
- Parents:
- 055750a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graphics-pipeline_vulkan.hpp
r055750a rcf727ca 88 88 VkDeviceMemory indexBufferMemory; 89 89 90 // TODO: THe objects vector isn't used at all in this class, except in the method that returns 91 // the number of objects. Move this vector and the SceneObject declaration into VulkanGame, esp. 92 // since I'll be adding other // object-specific fields sich as transforms to SceneObject later 90 93 vector<SceneObject<VertexType>> objects; 91 94
Note:
See TracChangeset
for help on using the changeset viewer.