1 file changed
+1
-1
lines changedSubmodule DiligentCore updated 25 files
- Graphics/GraphicsEngine/include/BufferBase.hpp+23-2
- Graphics/GraphicsEngine/include/RenderDeviceBase.hpp+41
- Graphics/GraphicsEngineD3D12/include/BufferD3D12Impl.hpp+1-40
- Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp+40-1
- Graphics/GraphicsEngineD3D12/include/PipelineResourceSignatureD3D12Impl.hpp+4-3
- Graphics/GraphicsEngineD3D12/src/BufferD3D12Impl.cpp+32-67
- Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp+89-15
- Graphics/GraphicsEngineD3D12/src/PipelineResourceSignatureD3D12Impl.cpp+103-101
- Graphics/GraphicsEngineD3D12/src/TextureD3D12Impl.cpp+42-42
- Graphics/GraphicsEngineVulkan/include/BufferVkImpl.hpp+1-44
- Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp+38-2
- Graphics/GraphicsEngineVulkan/include/ShaderResourceCacheVk.hpp+5-84
- Graphics/GraphicsEngineVulkan/src/BufferVkImpl.cpp+42-72
- Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp+75-24
- Graphics/GraphicsEngineVulkan/src/PipelineResourceSignatureVkImpl.cpp+4-3
- Graphics/GraphicsEngineVulkan/src/ShaderResourceCacheVk.cpp+84-4
- Graphics/GraphicsEngineWebGPU/include/BufferWebGPUImpl.hpp+3-48
- Graphics/GraphicsEngineWebGPU/include/DeviceContextWebGPUImpl.hpp+20-3
- Graphics/GraphicsEngineWebGPU/include/ShaderResourceCacheWebGPU.hpp+6-5
- Graphics/GraphicsEngineWebGPU/src/AttachmentCleanerWebGPU.cpp+2-2
- Graphics/GraphicsEngineWebGPU/src/BufferWebGPUImpl.cpp+9-49
- Graphics/GraphicsEngineWebGPU/src/DeviceContextWebGPUImpl.cpp+125-53
- Graphics/GraphicsEngineWebGPU/src/GenerateMipsHelperWebGPU.cpp+2-2
- Graphics/GraphicsEngineWebGPU/src/PipelineResourceSignatureWebGPUImpl.cpp+5-4
- Graphics/GraphicsEngineWebGPU/src/ShaderResourceCacheWebGPU.cpp+12-11
0 commit comments