Add Property::EXTENTS type
[platform/core/uifw/dali-core.git] / dali / internal / render / renderers / render-property-buffer.cpp
index ccbd2d0..26d86c1 100644 (file)
@@ -35,6 +35,7 @@ Dali::GLenum GetPropertyImplementationGlType( Property::Type propertyType )
     case Property::STRING:
     case Property::ARRAY:
     case Property::MAP:
+    case Property::EXTENTS:
     case Property::RECTANGLE:
     case Property::ROTATION:
     {
@@ -76,6 +77,7 @@ size_t GetPropertyImplementationGlSize( Property::Type propertyType )
     case Property::STRING:
     case Property::ARRAY:
     case Property::MAP:
+    case Property::EXTENTS:
     case Property::RECTANGLE:
     case Property::ROTATION:
     {