[Tizen] Use a proper projection matrix
[platform/core/uifw/dali-core.git] / dali / graphics-api / graphics-render-target.h
index fe291ad..0114638 100644 (file)
 
 #include "graphics-types.h"
 
-namespace Dali
-{
-namespace Graphics
+namespace Dali::Graphics
 {
+class Framebuffer;
 /**
  * @brief RenderTarget object binds to any presentable graphics output.
  */
@@ -42,7 +41,6 @@ protected:
   RenderTarget& operator=(RenderTarget&&) = default;
 };
 
-} // Namespace Graphics
-} // Namespace Dali
+} // Namespace Dali::Graphics
 
 #endif
\ No newline at end of file