| 212 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_anisotropy (IntPtr texture, int anisotropy_level = 4); |
| 213 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int tex_get_anisotropy (IntPtr texture); |
| 214 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int tex_get_mips (IntPtr texture); |
| 215 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_loading_fallback(IntPtr texture); |
| 216 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_error_fallback (IntPtr texture); |
| 217 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern SphericalHarmonics tex_get_cubemap_lighting(IntPtr cubemap_texture); |