# # ChangeLog for stb_image.h in opengl-game # # Generated by Trac 1.5.4 # Sep 8, 2024, 2:29:59 AM 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, 22 Aug 2017 02:36:33 GMT Dmitry Portnoy [485424b] * color.frag (moved) * color.vert (moved) * makefile (modified) * new-game.cpp (modified) * stb_image.cpp (added) * stb_image.h (added) * test.png (added) * texture.frag (added) * texture.vert (added) Add support for loading and applying texture and add a square to the ...