Commit fa3dfd3
committed
Core: replaced EngineCreateInfo::pRawMemAllocator with IEngineFactory::SetMemoryAllocator() (API256011)
Also added SetMemoryAllocator method to IArchiverFactory1 parent 3f44ddf commit fa3dfd3
1 file changed
+1
-1
lines changedSubmodule DiligentCore updated 24 files
- Common/CMakeLists.txt+2
- Common/interface/DataBlobImpl.hpp+1-1
- Common/interface/EngineMemory.h+3-3
- Common/interface/STDAllocator.hpp+9-2
- Common/interface/StringDataBlobImpl.hpp+5-3
- Common/src/EngineMemory.cpp+1-5
- Graphics/Archiver/interface/ArchiverFactory.h+16-1
- Graphics/Archiver/src/ArchiverFactory.cpp+7
- Graphics/GraphicsEngine/CMakeLists.txt-2
- Graphics/GraphicsEngine/include/EngineFactoryBase.hpp+5
- Graphics/GraphicsEngine/interface/APIInfo.h+1-1
- Graphics/GraphicsEngine/interface/EngineFactory.h+27-3
- Graphics/GraphicsEngine/interface/GraphicsTypes.h-4
- Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp-1
- Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp-2
- Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.cpp-2
- Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp-2
- Graphics/GraphicsEngineVulkan/src/PipelineResourceSignatureVkImpl.cpp+1-1
- Graphics/GraphicsEngineWebGPU/src/EngineFactoryWebGPU.cpp-1
- Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp+10-9
- Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp+14-14
- Graphics/ShaderTools/src/GLSLUtils.cpp+2-2
- ReleaseHistory.md+2
- Tests/DiligentCoreTest/src/GraphicsEngine/PSOSerializerTest.cpp+2-2
0 commit comments