source: opengl-game/.gitignore@ 4eb4d0a

feature/imgui-sdl points-test
Last change on this file since 4eb4d0a was 4eb4d0a, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago

Rename vulkan-game.cpp to vulkan-ref.cpp and define the GAMEGUI_INCLUDE_VULKAN preprocessor directive to control whether the gui-game classes build with Vulkan support

  • Property mode set to 100644
File size: 167 bytes
Line 
1spacegame
2newgame
3vulkanref
4
5gl.log
6game.log
7crash.log
8
9*.spv
10imgui.ini
11
12# Visual Studio files
13*.user
14*.db
15*.opendb
16.vs/
17*.filters
18include/
19lib/
20*.dll
21Debug/
22Release/
Note: See TracBrowser for help on using the repository browser.