# # ChangeLog for textures in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 10:21:26 AM Sun, 19 Apr 2020 02:35:55 GMT Dmitry Portnoy [237cbec] * shaders/laser.frag (added) * shaders/laser.vert (added) * textures/laser.png (added) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Create a pipeline and shaders to render multicolored lasers Tue, 06 Aug 2019 19:01:45 GMT Dmitry Portnoy [69dccfe] * blend-ref.cpp (deleted) * shaders/shader.frag (modified) * shaders/shader.vert (modified) * textures/space.jpg (added) * vulkan-game.cpp (modified) Implement a translucent, fullscreen overlay that shows a loaded ... Fri, 26 Jul 2019 05:23:30 GMT Dmitry Portnoy [eea05dd] * VulkanGame.vcxproj (modified) * stb_image.h (modified) * textures/texture.jpg (added) * vulkan-game.cpp (modified) Create a Vulkan image and fill it with image data loaded from a file