diff Framework/Scene2D/ISceneLayer.h @ 768:55411e7da2f7

LookupTableTextureSceneLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 May 2019 20:04:33 +0200
parents 5430bcffba57
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Scene2D/ISceneLayer.h	Thu May 23 16:57:33 2019 +0200
+++ b/Framework/Scene2D/ISceneLayer.h	Thu May 23 20:04:33 2019 +0200
@@ -37,7 +37,8 @@
       Type_ColorTexture,
       Type_Polyline,
       Type_Text,
-      Type_FloatTexture
+      Type_FloatTexture,
+      Type_LookupTableTexture
     };
 
     virtual ~ISceneLayer()