Quake-III-Arena-VS/.gitignore
Artem Kharytoniuk 76d4deb58a Specify shaders directly as arrays of bytes in source code.
This allows us to provide all functionality in executable file without providing additional data files.
Added bin2hex utility that does [spirv binary->cpp code] conversion.
Idea is based on vkQuake implementation.
2017-04-05 14:26:15 +03:00

13 lines
206 B
Plaintext

bin/
*.opendb
*.opensdf
*.sdf
*.suo
*.user
config/visual-studio/.vs/
config/visual-studio/vk_layer_settings.txt
config/visual-studio/vk_report
config/visual-studio/*.log
tools/bin2hex.exe
tools/bin2hex.obj