| 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); |
| 471 | [return: MarshalAs(UnmanagedType.Bool)] |
| 472 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool render_enabled_skytex (); |
| 473 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_add_mesh (IntPtr mesh, IntPtr material, in Matrix transform, Color color, RenderLayer layer); |