Changeset aa7707d in opengl-game for vulkan-game.cpp
- Timestamp:
- Jul 25, 2020, 8:05:57 PM (4 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- 681dbe8
- Parents:
- 6bfd91c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.cpp
r6bfd91c raa7707d 1731 1731 if (closestAsteroid != nullptr) { 1732 1732 // TODO: Use some sort of smart pointer instead 1733 eot = new EffectOverTime (asteroidPipeline, asteroidObjects, closestAsteroidIndex,1733 eot = new EffectOverTime<AsteroidVertex, SSBO_Asteroid>(asteroidPipeline, asteroidObjects, closestAsteroidIndex, 1734 1734 offset_of(&SSBO_Asteroid::hp), -20.0f); 1735 1735 effects.push_back(eot);
Note:
See TracChangeset
for help on using the changeset viewer.