comparison 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
comparison
equal deleted inserted replaced
589:3080ec4ec6b9 590:5430bcffba57
34 enum Type 34 enum Type
35 { 35 {
36 Type_InfoPanel, 36 Type_InfoPanel,
37 Type_ColorTexture, 37 Type_ColorTexture,
38 Type_Polyline, 38 Type_Polyline,
39 Type_Text 39 Type_Text,
40 Type_FloatTexture
40 }; 41 };
41 42
42 virtual ~ISceneLayer() 43 virtual ~ISceneLayer()
43 { 44 {
44 } 45 }