Bind RenderCallbackInput worldColor getter 44/322844/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Apr 2025 10:06:09 +0000 (19:06 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Apr 2025 10:11:33 +0000 (19:11 +0900)
Change-Id: I1ffda9c1d267bc48670cd99ba9c111400a26c7e8
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/dali-toolkit/gl-view-wrap.cpp

index 3187139595133f3346b42617358a2b57de4ba007..06948ba85e7422c95ce1f07a1a7ea5fc80468e54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2025 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -270,6 +270,17 @@ extern "C"
     return jresult;
   }
 
+  SWIGEXPORT void *SWIGSTDCALL CSharp_Dali_RenderCallbackInput_WorldColor_get(void *input)
+  {
+    void *jresult;
+    Dali::Vector4 *result = 0;
+    Dali::RenderCallbackInput *renderInput = (Dali::RenderCallbackInput *)input;
+
+    result = &(renderInput->worldColor);
+    jresult = (void *)result;
+    return jresult;
+  }
+
 #ifdef __cplusplus
 }
 #endif