| 465 | [return: MarshalAs(UnmanagedType.Bool)] |
| 466 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool render_has_capture_filter (); |
| 467 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern SphericalHarmonics render_get_skylight (); |
| 468 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_clear_color(Color color); |
| 469 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color render_get_clear_color(); |
| 470 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_enable_skytex ([MarshalAs(UnmanagedType.Bool)] bool show_sky); |