Changeset 683dd55 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Nov 22, 2019, 4:47:52 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
8e02b6b
Parents:
1908591
Message:

Add a getObjects() method to the GraphicsPipeline_Vulkan class that returns a reference to the list of objects added to the pipeline, and use that method instead of the numPlanes variable to keep track of the number of textured planes. Also, update the shader compilation batch file and add header files as dependencies to the vulkangame target in the makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    r1908591 r683dd55  
    113113
    114114      size_t currentFrame;
    115       size_t numPlanes = 0; // temp
    116115
    117116      bool framebufferResized;
Note: See TracChangeset for help on using the changeset viewer.