From 788baf659c5d2a98ac3b7fb33fbc001bafd3a7f7 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 29 Aug 2019 09:24:16 -0700 Subject: Updated comments --- Graphics/GraphicsEngine/interface/DeviceContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/interface/DeviceContext.h b/Graphics/GraphicsEngine/interface/DeviceContext.h index ecbbd79a..c7dd3d21 100644 --- a/Graphics/GraphicsEngine/interface/DeviceContext.h +++ b/Graphics/GraphicsEngine/interface/DeviceContext.h @@ -582,8 +582,8 @@ public: /// Invalidates the cached context state. - /// This method should be called by say Unity plugin before (or after) - /// issuing draw commands to invalidate cached states. + /// This method should be called by an application to invalidate + /// internal cached states. virtual void InvalidateState() = 0; -- cgit v1.2.3