-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Core and Tools (added ProxyDataBlob class and CreateImageFrom…
…Memory function)
- Loading branch information
1 parent
be2d128
commit 5f68e37
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule DiligentCore
updated
3 files
+1 −0 | Common/CMakeLists.txt | |
+98 −0 | Common/interface/ProxyDataBlob.hpp | |
+4 −4 | Common/interface/StringDataBlobImpl.hpp |
Submodule DiligentTools
updated
4 files
+11 −0 | TextureLoader/interface/Image.h | |
+39 −6 | TextureLoader/src/Image.cpp | |
+3 −3 | TextureLoader/src/JPEGCodec.c | |
+2 −2 | TextureLoader/src/PNGCodec.c |