Skip to content

Commit

Permalink
Updated submodules (PBR renderer improvements, API254001)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Oct 11, 2023
1 parent f872a83 commit 8ef350b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DiligentCore
Submodule DiligentCore updated 36 files
+2 −2 Common/interface/AdvancedMath.hpp
+12 −1 Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp
+2 −1 Graphics/GraphicsAccessories/interface/GraphicsTypesOutputInserters.hpp
+109 −0 Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp
+25 −90 Graphics/GraphicsEngine/include/PipelineStateBase.hpp
+1 −1 Graphics/GraphicsEngine/interface/APIInfo.h
+0 −2 Graphics/GraphicsEngine/interface/DeviceContext.h
+7 −0 Graphics/GraphicsEngine/interface/GraphicsTypesX.hpp
+11 −0 Graphics/GraphicsEngine/src/PipelineStateBase.cpp
+1 −2 Graphics/GraphicsEngineD3D11/include/DeviceContextD3D11Impl.hpp
+2 −2 Graphics/GraphicsEngineD3D11/include/ShaderResourceCacheD3D11.hpp
+9 −4 Graphics/GraphicsEngineD3D11/include/ShaderVariableManagerD3D11.hpp
+1 −2 Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp
+18 −1 Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp
+3 −2 Graphics/GraphicsEngineD3D11/src/ShaderResourcesD3D11.cpp
+1 −2 Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp
+1 −1 Graphics/GraphicsEngineD3D12/src/D3D12Utils.cpp
+1 −2 Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp
+7 −0 Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp
+2 −1 Graphics/GraphicsEngineD3D12/src/FenceD3D12Impl.cpp
+3 −2 Graphics/GraphicsEngineD3D12/src/ShaderResourcesD3D12.cpp
+5 −1 Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.hpp
+6 −16 Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp
+4 −4 Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp
+3 −3 Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp
+7 −1 Graphics/GraphicsEngineD3DBase/include/SwapChainD3DBase.hpp
+1 −1 Graphics/GraphicsEngineOpenGL/include/DeviceContextGLImpl.hpp
+1 −1 Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp
+4 −2 Graphics/GraphicsEngineOpenGL/src/VAOCache.cpp
+1 −2 Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp
+1 −1 Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp
+4 −0 ReleaseHistory.md
+92 −3 Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp
+4 −4 Tests/DiligentCoreAPITest/src/RenderStateCacheTest.cpp
+115 −1 Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp
+1 −1 Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.c

0 comments on commit 8ef350b

Please sign in to comment.