forked from bkaradzic/bgfx.cmake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add more options for add_shader
Add VERBOSE, DEFINES, and INCLUDES. To pass this information to the shaderc function.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bgfx
updated
2276 files
Submodule bimg
updated
20 files
+2 −2 | 3rdparty/nvtt/nvtt.cpp | |
+1 −1 | LICENSE | |
+1 −1 | README.md | |
+2 −2 | include/bimg/bimg.h | |
+2 −2 | include/bimg/decode.h | |
+2 −2 | include/bimg/encode.h | |
+2 −2 | makefile | |
+1 −1 | scripts/bimg.lua | |
+1 −1 | scripts/bimg_decode.lua | |
+1 −1 | scripts/bimg_encode.lua | |
+2 −2 | scripts/genie.lua | |
+2 −2 | scripts/texturec.lua | |
+2 −2 | src/bimg_p.h | |
+2 −2 | src/config.h | |
+2 −2 | src/image.cpp | |
+2 −2 | src/image_cubemap_filter.cpp | |
+2 −2 | src/image_decode.cpp | |
+2 −2 | src/image_encode.cpp | |
+2 −2 | src/image_gnf.cpp | |
+4 −4 | tools/texturec/texturec.cpp |