| 299 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_get_param_info (IntPtr material, int index, out IntPtr out_name, out MaterialParam out_type); |
| 300 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int material_get_param_count (IntPtr material); |
| 301 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_shader (IntPtr material, IntPtr shader); |
| 302 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_get_shader (IntPtr material); |
| 303 | |
| 304 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_buffer_create (int slot, int size); |