diff Framework/Scene2D/ISceneLayer.h @ 590:5430bcffba57

FloatTextureSceneLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2019 11:33:57 +0200
parents 2a8ac2d426db
children 55411e7da2f7
line wrap: on
line diff
--- a/Framework/Scene2D/ISceneLayer.h	Thu Apr 25 14:00:55 2019 +0200
+++ b/Framework/Scene2D/ISceneLayer.h	Fri Apr 26 11:33:57 2019 +0200
@@ -36,7 +36,8 @@
       Type_InfoPanel,
       Type_ColorTexture,
       Type_Polyline,
-      Type_Text
+      Type_Text,
+      Type_FloatTexture
     };
 
     virtual ~ISceneLayer()