# # ChangeLog for shaders/overlay.vert in opengl-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 4:26:56 PM Sun, 25 Aug 2019 00:58:06 GMT Dmitry Portnoy [f00ee54] * shaders/overlay.frag (modified) * shaders/overlay.vert (modified) * shaders/scene.frag (modified) * shaders/scene.vert (modified) * vulkan-game.cpp (modified) Refactor the code to allow different graphics pipelines to use ... Thu, 22 Aug 2019 02:19:56 GMT Dmitry Portnoy [e5d4aca] * DESIGN.txt (added) * TODO.txt (modified) * shaders/overlay.frag (modified) * shaders/overlay.vert (modified) * vulkan-game.cpp (modified) Create separate descriptor pools and descriptor sets for each shader ... Wed, 21 Aug 2019 20:19:09 GMT Dmitry Portnoy [c8c6da8] * README.txt (modified) * compile.sh (modified) * makefile (modified) * shaders/overlay.frag (moved) * shaders/overlay.vert (moved) * shaders/scene.frag (added) * shaders/scene.vert (added) * vulkan-game.cpp (modified) Create the overlay texture using different flags based on the SDL ...