Bind API Stage::GetRenderTaskList() 33/256533/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 6 Apr 2021 09:16:36 +0000 (18:16 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 6 Apr 2021 09:28:12 +0000 (18:28 +0900)
Bind Stage::GetRenderTaskList for using RenderTask at NUI

Change-Id: I2ed0a424f56864a7b37afe731a278020c41ed581
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/src/dali_wrap.cpp

index b482c0c..64bbddd 100755 (executable)
@@ -25559,6 +25559,21 @@ SWIGEXPORT unsigned int SWIGSTDCALL CSharp_Dali_Stage_IsInstalled() {
   return jresult;
 }
 
+SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Stage_GetRenderTaskList(void * jarg1) {
+  void * jresult ;
+  Dali::Stage *arg1 = (Dali::Stage *) 0 ;
+  Dali::RenderTaskList result;
+
+  arg1 = (Dali::Stage *)jarg1;
+  {
+    try {
+      result = ((Dali::Stage const *)arg1)->GetRenderTaskList();
+    } CALL_CATCH_EXCEPTION(0);
+  }
+
+  jresult = new Dali::RenderTaskList((const Dali::RenderTaskList &)result);
+  return jresult;
+}
 
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Stage_GetDpi(void * jarg1) {
   void * jresult ;