summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/DeviceContext.h4
1 files changed, 2 insertions, 2 deletions
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;