From c69223c93a2e53b5cfa3de2d013f094cb500716a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 26 Aug 2018 17:42:27 -0700 Subject: Fixed false warning about zero indices for indirect draw/dispatch commands --- .../GraphicsEngine/include/DeviceContextBase.h | 30 ++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/DeviceContextBase.h b/Graphics/GraphicsEngine/include/DeviceContextBase.h index a1052c9b..1e2911fa 100644 --- a/Graphics/GraphicsEngine/include/DeviceContextBase.h +++ b/Graphics/GraphicsEngine/include/DeviceContextBase.h @@ -640,15 +640,16 @@ inline bool DeviceContextBase