-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated submodules (PBR renderer improvements, API254001)
- Loading branch information
1 parent
f872a83
commit 8ef350b
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule DiligentCore
updated
36 files
Submodule DiligentFX
updated
18 files
+23 −2 | Hydrogent/include/HnRendererImpl.hpp | |
+86 −72 | Hydrogent/src/HnRendererImpl.cpp | |
+24 −5 | PBR/interface/GLTF_PBR_Renderer.hpp | |
+262 −72 | PBR/interface/PBR_Renderer.hpp | |
+0 −8 | PBR/interface/USD_Renderer.hpp | |
+214 −124 | PBR/src/GLTF_PBR_Renderer.cpp | |
+363 −165 | PBR/src/PBR_Renderer.cpp | |
+1 −56 | PBR/src/USD_Renderer.cpp | |
+3 −3 | Shaders/PBR/private/RenderMeshId.psh | |
+318 −156 | Shaders/PBR/private/RenderPBR.psh | |
+50 −47 | Shaders/PBR/private/RenderPBR.vsh | |
+0 −14 | Shaders/PBR/private/RenderPBRCommon.fxh | |
+3 −3 | Shaders/PBR/private/RenderWireframe.psh | |
+3 −3 | shaders_inc/RenderMeshId.psh.h | |
+318 −156 | shaders_inc/RenderPBR.psh.h | |
+50 −47 | shaders_inc/RenderPBR.vsh.h | |
+3 −3 | shaders_inc/RenderWireframe.psh.h | |
+0 −4 | shaders_inc/shaders_list.h |
Submodule DiligentSamples
updated
20 files
Submodule DiligentTools
updated
4 files
+87 −25 | AssetLoader/interface/GLTFBuilder.hpp | |
+62 −32 | AssetLoader/interface/GLTFLoader.hpp | |
+56 −8 | AssetLoader/src/GLTFBuilder.cpp | |
+8 −13 | AssetLoader/src/GLTFLoader.cpp |