| 136 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_create (); |
| 137 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_set_id (IntPtr mesh, string id); |
| 138 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_get_id (IntPtr mesh); |
| 139 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_addref (IntPtr mesh); |
| 140 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_release (IntPtr mesh); |
| 141 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_set_keep_data (IntPtr mesh, [MarshalAs(UnmanagedType.Bool)] bool keep_data); |