| 259 | [return: MarshalAs(UnmanagedType.Bool)] |
| 260 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_depth_write (IntPtr material); |
| 261 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int material_get_queue_offset(IntPtr material); |
| 262 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_get_chain (IntPtr material); |
| 263 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_float (IntPtr material, string name, float value); |
| 264 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_color (IntPtr material, string name, Color value); |