diff Framework/Viewport/IViewport.h @ 1306:fef1ec42a7db broker

Some docs + headers added to CMake for easier VS browsing + tiny predecl
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 04 Mar 2020 10:07:14 +0100
parents 7ec8fea061b9
children
line wrap: on
line diff
--- a/Framework/Viewport/IViewport.h	Wed Mar 04 09:45:38 2020 +0100
+++ b/Framework/Viewport/IViewport.h	Wed Mar 04 10:07:14 2020 +0100
@@ -48,8 +48,16 @@
 
       virtual bool HasCompositor() const = 0;
 
+      /**
+      Do not store the result! Only access the compositor interface through
+      the lock.
+      */
       virtual ICompositor& GetCompositor() = 0;
 
+      /**
+      Do not store the result! Only access the compositor interface through
+      the lock.
+      */
       virtual ViewportController& GetController() = 0;
 
       virtual void Invalidate() = 0;