# # ChangeLog for VulkanGame.vcxproj in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 11:22:18 AM Fri, 04 Oct 2019 03:51:50 GMT Dmitry Portnoy [ee75487] * VulkanGame.vcxproj (modified) Add utils.cpp/hpp to the VulkanGame MSVC project Thu, 03 Oct 2019 03:44:55 GMT Dmitry Portnoy [7d2b0b9] * VulkanGame.vcxproj (modified) * graphics-pipeline.hpp (added) * graphics-pipeline_vulkan.cpp (added) * graphics-pipeline_vulkan.hpp (added) * pipeline-outline.txt (added) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) * vulkan-ref.cpp (modified) Add and begin implementing a GraphicsPipeline class to hold info for ... Sun, 15 Sep 2019 05:44:41 GMT Dmitry Portnoy [c1d9b2a] * VulkanGame.vcxproj (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) In vulkangame, create a Vulkan instance and enable the Vulkan debug ... Sun, 15 Sep 2019 05:01:51 GMT Dmitry Portnoy [09e15a4] * OpenGLGame.vcxproj (modified) * VulkanGame.vcxproj (modified) Add logger.hpp and logger.cpp to the MSVC projects Thu, 12 Sep 2019 05:23:28 GMT Dmitry Portnoy [7bf5433] * NewOpenGLGame.sln (modified) * OpenGLGame.vcxproj (added) * VulkanGame.vcxproj (modified) * game-gui-glfw.cpp (modified) * game-gui-glfw.hpp (modified) * opengl-game.cpp (modified) Create a new OpenGLGame project for a refactor of the original OpenGL ... Thu, 12 Sep 2019 02:52:42 GMT Dmitry Portnoy [39278a8] * NewOpenGLGame.sln (modified) * OpenGLReference.vcxproj (moved) * VulkanGame.vcxproj (modified) * VulkanReference.vcxproj (added) Rename the NewOpenGLGame and VulkanGame projects to OpenGLReference ... Fri, 23 Aug 2019 03:59:12 GMT Dmitry Portnoy [cbe946d] * NewOpenGLGame.vcxproj (modified) * README.txt (modified) * VulkanGame.vcxproj (modified) * vulkan-game.cpp (modified) Add separate shaders for the scene and overlay to the Vulkan project ... Mon, 12 Aug 2019 03:45:20 GMT Dmitry Portnoy [5f3dba8] * README.txt (modified) * VulkanGame.vcxproj (modified) * assets/images/spaceship.bmp (added) * fonts/lazy.ttf (added) * game-gui-sdl.cpp (modified) * game-gui-sdl.hpp (modified) * makefile (modified) * vulkan-game.cpp (modified) Create a transparent texture in SDL and render some sample images and ... Sat, 03 Aug 2019 23:30:25 GMT Dmitry Portnoy [2c87504] * VulkanGame.vcxproj (modified) * blend-ref.cpp (added) Add reference blending code 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 Tue, 23 Jul 2019 04:02:06 GMT Dmitry Portnoy [80edd70] * README.txt (modified) * VulkanGame.vcxproj (modified) * shaders/shader.vert (modified) * vulkan-game.cpp (modified) Use a vertex buffer to store the points to be rendered Sat, 13 Jul 2019 20:01:53 GMT Dmitry Portnoy [c458c58] * VulkanGame.vcxproj (modified) * compile.bat (added) Create a Windows batch file to compile the shaders into SPIR-V files ... Wed, 10 Jul 2019 03:10:26 GMT Dmitry Portnoy [1c6cd5e] * NewOpenGLGame.sln (modified) * README.txt (modified) * VulkanGame.vcxproj (added) * vulkan-game.cpp (modified) Create the VulkanGame VS2019 project and add it to the NewOpenGLGame ...