Commit 9ed8d32
committed
Updated core and tools (added DRAW_COMMAND_CAP_FLAG_BASE_VERTEX)
1 parent 1a8d289 commit 9ed8d32
2 files changed
+2
-2
lines changedSubmodule DiligentCore updated 38 files
- Common/interface/Align.hpp+25-2
- Graphics/GraphicsEngine/include/DeviceContextBase.hpp+1-1
- Graphics/GraphicsEngine/interface/DeviceContext.h+7-1
- Graphics/GraphicsEngine/interface/GraphicsTypes.h+7-4
- Graphics/GraphicsEngineD3D11/CMakeLists.txt+1
- Graphics/GraphicsEngineD3D11/include/BufferD3D11Impl.hpp+4-1
- Graphics/GraphicsEngineD3D11/include/D3D11TileMappingHelper.hpp+85-3
- Graphics/GraphicsEngineD3D11/include/ResourceD3D11Base.hpp+60
- Graphics/GraphicsEngineD3D11/include/TextureBaseD3D11.hpp+2-1
- Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp+21-38
- Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp+1
- Graphics/GraphicsEngineD3D12/include/DeviceMemoryD3D12Impl.hpp+2-1
- Graphics/GraphicsEngineD3D12/include/TextureD3D12Impl.hpp+1-1
- Graphics/GraphicsEngineD3D12/interface/DeviceMemoryD3D12.h+5-1
- Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h+1-1
- Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp+27-7
- Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp+1
- Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp+4-1
- Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp+10-6
- Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp+1-1
- Graphics/GraphicsEngineVulkan/src/RenderDeviceVkImpl.cpp+1-1
- Graphics/GraphicsTools/interface/BufferSuballocator.h+7-3
- Graphics/GraphicsTools/interface/DynamicBuffer.hpp+70-19
- Graphics/GraphicsTools/interface/DynamicTextureArray.hpp+8
- Graphics/GraphicsTools/src/BufferSuballocator.cpp+32-7
- Graphics/GraphicsTools/src/DynamicBuffer.cpp+263-43
- Graphics/GraphicsTools/src/DynamicTextureArray.cpp+77-5
- Graphics/GraphicsTools/src/DynamicTextureAtlas.cpp+7-5
- Tests/DiligentCoreAPITest/src/DynamicBufferTest.cpp+268-88
- Tests/DiligentCoreAPITest/src/SparseResourcesTest.cpp+7-4
- Tests/DiligentCoreTest/src/Common/AlignTest.cpp+53
- ThirdParty/SPIRV-Cross+1-1
- ThirdParty/SPIRV-Headers+1-1
- ThirdParty/SPIRV-Tools+1-1
- ThirdParty/Vulkan-Headers+1-1
- ThirdParty/glslang+1-1
- ThirdParty/googletest+1-1
- ThirdParty/volk+1-1
0 commit comments