Adding graphics sync object
[platform/core/uifw/dali-core.git] / dali / graphics-api / graphics-types.h
index 698a7be..d6b2072 100644 (file)
@@ -1300,7 +1300,8 @@ enum class GraphicsStructureType : uint32_t
   SAMPLER_CREATE_INFO_STRUCT,
   SHADER_CREATE_INFO_STRUCT,
   TEXTURE_CREATE_INFO_STRUCT,
-  RENDER_TARGET_CREATE_INFO_STRUCT
+  RENDER_TARGET_CREATE_INFO_STRUCT,
+  SYNC_OBJECT_CREATE_INFO_STRUCT
 };
 
 /**