Changeset c6f0793 in opengl-game for vulkan-game.hpp
- Timestamp:
- Feb 14, 2021, 12:11:30 AM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 9067efc
- Parents:
- d8cf709
- git-author:
- Dmitry Portnoy <dportnoy@…> (02/14/21 00:11:10)
- git-committer:
- Dmitry Portnoy <dportnoy@…> (02/14/21 00:11:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.hpp
rd8cf709 rc6f0793 241 241 const vec3 LASER_COLOR = vec3(0.2f, 1.0f, 0.2f); 242 242 243 bool quit;243 bool done; 244 244 245 245 vec3 cam_pos;
Note:
See TracChangeset
for help on using the changeset viewer.