summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-11-26 02:20:44 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-11-26 02:20:44 +0000
commit36f11d692acd2272c4b15b34a3753f565310a074 (patch)
treea99bf7c0614124c6e8183771cabfc8af52c745d2 /Graphics/GraphicsEngineVulkan
parentUpdated volk submodule (diff)
downloadDiligentCore-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.hpp1
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