diff options
author | 2016-02-07 15:49:55 +0100 | |
---|---|---|
committer | 2016-02-07 15:49:55 +0100 | |
commit | 178167b8fe6dd339ba0d759cec0d08f823e84710 (patch) | |
tree | 97fe29c6fbc5178c19a7ab877b970926dea849bf /.gitignore | |
parent | 5b432512fae69fd4f8e37861bac1dda5752d7d61 (diff) |
Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic]
Need optimization and cleanup, note that all shaders can be built only on windows
due to usage of DirectX DLLs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0edfb01a5b7..a3357981d32 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ !/samples/ !/scripts/ !/src/ +!/shaders/ !/tests/ !/doxygen/ !/web/ |