Changeset aa7707d in opengl-game for vulkan-game.cpp


Ignore:
Timestamp:
Jul 25, 2020, 8:05:57 PM (4 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master
Children:
681dbe8
Parents:
6bfd91c
Message:

Update the Vulkan SDK version and get the latest code compiling on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.cpp

    r6bfd91c raa7707d  
    17311731      if (closestAsteroid != nullptr) {
    17321732         // 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,
    17341734            offset_of(&SSBO_Asteroid::hp), -20.0f);
    17351735         effects.push_back(eot);
Note: See TracChangeset for help on using the changeset viewer.