| 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); |
| 474 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_add_model (IntPtr model, in Matrix transform, Color color, RenderLayer layer); |
| 475 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_add_model_mat (IntPtr model, IntPtr material_override, in Matrix transform, Color color, RenderLayer layer); |
| 476 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_blit (IntPtr to_rendertarget, IntPtr material); |