| 339 | |
| 340 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_find (string id); |
| 341 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_copy (IntPtr model); |
| 342 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create (); |
| 343 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create_mesh (IntPtr mesh, IntPtr material); |
| 344 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create_mem ([In] byte[] filename_utf8, [In] byte[] data, UIntPtr data_size, IntPtr shader); |