#
# ChangeLog for shaders/asteroid.vert in opengl-game
#
# Generated by Trac 1.6
# Mar 1, 2025, 8:03:55 PM

Fri, 17 Apr 2020 03:09:05 GMT Dmitry Portnoy <dmitry.portnoy@…> [6385d0f]
	* shaders/asteroid.frag (modified)
	* shaders/asteroid.vert (modified)
	* shaders/scene.vert (modified)
	* shaders/ship.frag (modified)
	* shaders/ship.vert (modified)

	Change all shaders to have 3-space indentation


Tue, 21 Jan 2020 18:14:09 GMT Dmitry Portnoy <dmitry.portnoy@…> [4ece3bf]
	* game-gui-sdl.cpp (modified)
	* new-game.cpp (modified)
	* notes.txt (added)
	* shaders/asteroid.vert (modified)
	* vulkan-game.cpp (modified)
	* vulkan-game.hpp (modified)

	In VulkanGame, add the ability to delete asteroids and move them at a ...


Thu, 16 Jan 2020 16:20:37 GMT Dmitry Portnoy <dmitry.portnoy@…> [3e8cc8b]
	* shaders/asteroid.frag (added)
	* shaders/asteroid.vert (added)
	* vulkan-game.cpp (modified)
	* vulkan-game.hpp (modified)

	In VulkanGame, add the asteroid shader pipeline and start ...