diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-11-26 02:20:44 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-11-26 02:20:44 +0000 |
| commit | 36f11d692acd2272c4b15b34a3753f565310a074 (patch) | |
| tree | a99bf7c0614124c6e8183771cabfc8af52c745d2 /Graphics/GraphicsEngineVulkan | |
| parent | Updated volk submodule (diff) | |
| download | DiligentCore-36f11d692acd2272c4b15b34a3753f565310a074.tar.gz DiligentCore-36f11d692acd2272c4b15b34a3753f565310a074.zip | |
DeviceContextVkImpl: removed duplicate m_NumCommandsToFlush that was incorrectly used insted of the base class member causing too many flushes. Increased NumCommandsToFlushCmdList to 2048.
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp index 03a6603c..7f027c12 100644 --- a/Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp @@ -414,7 +414,6 @@ private: VulkanUtilities::VulkanCommandBuffer m_CommandBuffer; - const Uint32 m_NumCommandsToFlush = 192; struct ContextState { /// Flag indicating if currently committed vertex buffers are up to date |
