[NUI] Add FrontBufferRendering in WindowData (#5725)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.WindowData.cs
index 204aba0..1eea631 100644 (file)
@@ -47,6 +47,13 @@ namespace Tizen.NUI
             [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WindowData_GetTransparency")]
             [return: MarshalAs(UnmanagedType.U1)]
             public static extern bool GetTransparency(HandleRef nuiWindowData);
+
+            [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WindowData_SetFrontBufferRendering")]
+            public static extern void SetFrontBufferRendering(HandleRef nuiWindowData, bool enable);
+
+            [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WindowData_GetFrontBufferRendering")]
+            [return: MarshalAs(UnmanagedType.U1)]
+            public static extern bool GetFrontBufferRendering(HandleRef nuiWindowData);
         }
     }
 }
\ No newline at end of file