-
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 submodules (Hydrogent: implemented texture compression)
- Loading branch information
1 parent
5f69d55
commit 48af24e
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule DiligentCore
updated
2 files
+12 −0 | Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp | |
+49 −0 | Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp |
Submodule DiligentFX
updated
5 files
Submodule DiligentSamples
updated
2 files
+10 −7 | Samples/USDViewer/src/USDViewer.cpp | |
+4 −3 | Samples/USDViewer/src/USDViewer.hpp |
Submodule DiligentTools
updated
3 files
+3 −2 | TextureLoader/include/TextureLoaderImpl.hpp | |
+26 −0 | TextureLoader/interface/TextureLoader.h | |
+135 −9 | TextureLoader/src/TextureLoaderImpl.cpp |