Changeset 5a0242e in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Nov 17, 2019, 6:56:16 PM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
5ab1b20
Parents:
b8777b7
Message:

Refactor GraphicsPipeline_Vulkan to allow adding new data after creation:

  • Create the initial vertex and index buffers in the constructor
  • Add an addObject() method to add new vertex and index data and resize bufffers when needed
  • Remove the bindData() function, since addObject() can replace it
File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    rb8777b7 r5a0242e  
    135135    <ClCompile Include="FileStackWalker.cpp" />
    136136    <ClCompile Include="game-gui-sdl.cpp" />
    137     <ClCompile Include="graphics-pipeline_vulkan.cpp" />
    138137    <ClCompile Include="logger.cpp" />
    139138    <ClCompile Include="main-vulkan.cpp" />
Note: See TracChangeset for help on using the changeset viewer.