Commit 4a1e0d4
committed
Core: added IRenderDevice::CreateDeferredContext() method (API256007)
1 parent a3f7210 commit 4a1e0d4
1 file changed
+1
-1
lines changedSubmodule DiligentCore updated 31 files
- Graphics/Archiver/include/SerializationDeviceImpl.hpp+2-1
- Graphics/GraphicsEngine/include/RenderDeviceBase.hpp+65-18
- Graphics/GraphicsEngine/interface/APIInfo.h+1-1
- Graphics/GraphicsEngine/interface/GraphicsTypes.h+2
- Graphics/GraphicsEngine/interface/RenderDevice.h+13-1
- Graphics/GraphicsEngineD3D11/include/DeviceContextD3D11Impl.hpp+5-7
- Graphics/GraphicsEngineD3D11/include/RenderDeviceD3D11Impl.hpp+14-1
- Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp+6-8
- Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp+28-49
- Graphics/GraphicsEngineD3D11/src/RenderDeviceD3D11Impl.cpp+31-5
- Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp+3-4
- Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp+17-1
- Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp+10-11
- Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp+50-63
- Graphics/GraphicsEngineD3D12/src/RenderDeviceD3D12Impl.cpp+18-2
- Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.hpp+4-1
- Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.cpp+2-2
- Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp+6
- Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp+3-4
- Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.hpp+10-6
- Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp+5-6
- Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp+1-18
- Graphics/GraphicsEngineVulkan/src/RenderDeviceVkImpl.cpp+10
- Graphics/GraphicsEngineWebGPU/include/DeviceContextWebGPUImpl.hpp+3-4
- Graphics/GraphicsEngineWebGPU/include/RenderDeviceWebGPUImpl.hpp+3
- Graphics/GraphicsEngineWebGPU/src/DeviceContextWebGPUImpl.cpp+3-4
- Graphics/GraphicsEngineWebGPU/src/EngineFactoryWebGPU.cpp+4-4
- Graphics/GraphicsEngineWebGPU/src/RenderDeviceWebGPUImpl.cpp+7-1
- ReleaseHistory.md+1
- Tests/DiligentCoreAPITest/src/ArchiveTest.cpp+3-3
- Tests/GPUTestFramework/src/GPUTestingEnvironment.cpp+9-4
0 commit comments