Commit 14d9da9
committed
Updated core (enabled dynamic rendering in Vulkan)
1 parent db6adc8 commit 14d9da9
1 file changed
+1
-1
lines changedSubmodule DiligentCore updated 42 files
- Common/interface/Align.hpp+21-1
- Graphics/Archiver/src/Archiver_GL.cpp+6-5
- Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp+2
- Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp+52-39
- Graphics/GraphicsEngine/include/DeviceContextBase.hpp+125-96
- Graphics/GraphicsEngine/include/PipelineStateBase.hpp+60-45
- Graphics/GraphicsEngine/include/RenderDeviceBase.hpp+24-21
- Graphics/GraphicsEngine/interface/APIInfo.h+1-1
- Graphics/GraphicsEngine/interface/DeviceContext.h+6-12
- Graphics/GraphicsEngine/interface/GraphicsTypes.h+51-2
- Graphics/GraphicsEngine/src/DeviceContextBase.cpp+103-103
- Graphics/GraphicsEngine/src/RenderDeviceBase.cpp+44-30
- Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp+1-2
- Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp+1-2
- Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp+1-2
- Graphics/GraphicsEngineVulkan/CMakeLists.txt+2
- Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp+9-3
- Graphics/GraphicsEngineVulkan/include/FramebufferCache.hpp+19-1
- Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.hpp+6-5
- Graphics/GraphicsEngineVulkan/include/VulkanTypeConversions.hpp+7-1
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/RenderingInfoWrapper.hpp+143
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBuffer.hpp+122-99
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanPhysicalDevice.hpp+2-1
- Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp+465-385
- Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp+14-1
- Graphics/GraphicsEngineVulkan/src/FramebufferCache.cpp+57-4
- Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp+109-81
- Graphics/GraphicsEngineVulkan/src/RenderDeviceVkImpl.cpp+47-40
- Graphics/GraphicsEngineVulkan/src/RenderPassCache.cpp+19-13
- Graphics/GraphicsEngineVulkan/src/TextureViewVkImpl.cpp+9-6
- Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp+89-39
- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/RenderingInfoWrapper.cpp+100
- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBuffer.cpp+17-26
- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanPhysicalDevice.cpp+15-7
- Graphics/GraphicsEngineWebGPU/src/DeviceContextWebGPUImpl.cpp+1-2
- ReleaseHistory.md+4
- Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp+188-55
- Tests/DiligentCoreAPITest/src/TileShaderTest.cpp+12-12
- Tests/DiligentCoreTest/src/Common/AlignTest.cpp+54-1
- Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp+42-1
- Tests/GPUTestFramework/include/GPUTestingEnvironment.hpp+3-2
- Tests/GPUTestFramework/src/GPUTestingEnvironment.cpp+44-39
0 commit comments