Commit d04ab02
committed
Core/D3D12: fixed depth-stencil texture copies
1 parent 337b6a0 commit d04ab02
1 file changed
+1
-1
lines changedSubmodule DiligentCore updated 10 files
- Graphics/GraphicsEngine/include/TextureBase.hpp+5
- Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp+3-3
- Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp+7-2
- Graphics/GraphicsEngineD3D12/include/TextureD3D12Impl.hpp+6-1
- Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp+51-32
- Graphics/GraphicsEngineD3D12/src/TextureD3D12Impl.cpp+8-1
- Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp+2-2
- Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp+2-2
- Graphics/GraphicsEngineVulkan/src/TextureVkImpl.cpp+5-5
- Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp+19-19
0 commit comments