2 files changed
+2
-2
lines changedSubmodule DiligentCore updated 23 files
- CMakeLists.txt+1-1
- Graphics/Archiver/CMakeLists.txt+6-1
- Graphics/Archiver/include/SerializationDeviceImpl.hpp+2-1
- Graphics/Archiver/interface/ArchiverFactory.h+22-9
- Graphics/Archiver/src/Archiver_GL.cpp+138-35
- Graphics/Archiver/src/SerializationDeviceImpl.cpp+2-1
- Graphics/GraphicsEngine/include/DeviceObjectArchive.hpp+2-2
- Graphics/GraphicsEngine/include/PSOSerializer.hpp+2-1
- Graphics/GraphicsEngine/src/PSOSerializer.cpp+11-2
- Graphics/GraphicsEngineOpenGL/include/ShaderGLImpl.hpp+1-1
- Graphics/GraphicsEngineOpenGL/src/ShaderGLImpl.cpp+68-53
- Graphics/GraphicsEngineVulkan/src/ShaderVkImpl.cpp+2-2
- Graphics/GraphicsTools/interface/RenderStateCache.h+13-4
- Graphics/GraphicsTools/src/RenderStateCache.cpp+15-4
- Graphics/ShaderTools/include/GLSLUtils.hpp+9-1
- Graphics/ShaderTools/include/ShaderToolsCommon.hpp+8-1
- Graphics/ShaderTools/src/GLSLUtils.cpp+196-142
- Graphics/ShaderTools/src/ShaderToolsCommon.cpp+23-1
- Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestGLSL.h+49-1
- Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp+1-48
- Tests/DiligentCoreAPITest/src/RenderStateCacheTest.cpp+200-52
- Tests/DiligentCoreTest/src/GraphicsEngine/PSOSerializerTest.cpp+12-5
- ThirdParty/CMakeLists.txt+9-1
Submodule DiligentSamples updated 1 file
0 commit comments