From 36f11d692acd2272c4b15b34a3753f565310a074 Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 25 Nov 2020 18:20:44 -0800 Subject: DeviceContextVkImpl: removed duplicate m_NumCommandsToFlush that was incorrectly used insted of the base class member causing too many flushes. Increased NumCommandsToFlushCmdList to 2048. --- Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') 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 -- cgit v1.2.3