| 180 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_create_cubemap_files(string[] cube_face_file_xxyyzz, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, out SphericalHarmonics lighting_info, int priority); |
| 181 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_id (IntPtr texture, string id); |
| 182 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_get_id (IntPtr texture); |
| 183 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_fallback (IntPtr texture, IntPtr fallback); |
| 184 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_release (IntPtr texture); |
| 185 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_addref (IntPtr texture); |