Changeset 2e77b3f in opengl-game for vulkan-game.hpp
- Timestamp:
- Sep 14, 2019, 12:29:44 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- c559904
- Parents:
- cabdd5c
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (09/14/19 00:27:26)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (09/14/19 00:29:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.hpp
rcabdd5c r2e77b3f 3 3 4 4 #include "game-gui-sdl.hpp" 5 6 #ifdef NDEBUG 7 const bool ENABLE_VALIDATION_LAYERS = false; 8 #else 9 const bool ENABLE_VALIDATION_LAYERS = true; 10 #endif 5 11 6 12 class VulkanGame {
Note:
See TracChangeset
for help on using the changeset viewer.