| 447 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_ortho_size (float viewport_height_meters); |
| 448 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_projection (Projection proj); |
| 449 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Projection render_get_projection (); |
| 450 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Matrix render_get_cam_root (); |
| 451 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_cam_root (in Matrix cam_root); |
| 452 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_skytex (IntPtr sky_texture); |