Commit 9790a4b
committed
Core: fixed handling of render target write masks
1 parent b762d6c commit 9790a4b
1 file changed
+1
-1
lines changedSubmodule DiligentCore updated 16 files
- Graphics/GraphicsEngine/include/PipelineStateBase.hpp+7
- Graphics/GraphicsEngine/src/PipelineStateBase.cpp+81-62
- Graphics/GraphicsEngineD3DBase/include/D3DTypeConversionImpl.hpp+36-24
- Graphics/GraphicsEngineOpenGL/include/DeviceContextGLImpl.hpp+5-2
- Graphics/GraphicsEngineOpenGL/include/FBOCache.hpp+5-5
- Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp+2-2
- Graphics/GraphicsEngineOpenGL/include/GLContextState.hpp+10-8
- Graphics/GraphicsEngineOpenGL/include/GLObjectWrapper.hpp+99-11
- Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp+178-135
- Graphics/GraphicsEngineOpenGL/src/FBOCache.cpp+24-50
- Graphics/GraphicsEngineOpenGL/src/GLContextState.cpp+121-91
- Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.cpp+18-18
- Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp+39-25
- Graphics/GraphicsEngineWebGPU/src/PipelineStateWebGPUImpl.cpp+8-7
- Tests/DiligentCoreAPITest/src/RenderTargetTest.cpp+538
- Tests/GPUTestFramework/include/TestingSwapChainBase.hpp+44-28
0 commit comments