Changeset 914bb99 in opengl-game for sdl-game.hpp


Ignore:
Timestamp:
Apr 9, 2021, 3:26:38 PM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
a00eb06
Parents:
5049354
Message:

In VulkanGame, specify each vertex explicitly for the model pipeline instead of using the same index multiple times, in order to support the current approach to normal calculation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sdl-game.hpp

    r5049354 r914bb99  
    4444
    4545class VulkanGame {
     46
    4647   public:
     48
    4749      VulkanGame();
    4850      ~VulkanGame();
     
    5153
    5254   private:
     55
    5356      static VKAPI_ATTR VkBool32 VKAPI_CALL debugCallback(
    5457         VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity,
Note: See TracChangeset for help on using the changeset viewer.