Changes in graphics-pipeline_vulkan.hpp [cf727ca:055750a] in opengl-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graphics-pipeline_vulkan.hpp
rcf727ca r055750a 88 88 VkDeviceMemory indexBufferMemory; 89 89 90 // TODO: THe objects vector isn't used at all in this class, except in the method that returns91 // 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 later93 90 vector<SceneObject<VertexType>> objects; 94 91
Note:
See TracChangeset
for help on using the changeset viewer.