| 443 | |
| 444 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_clip (float near_plane, float far_plane); |
| 445 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_fov (float field_of_view_degrees); |
| 446 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_ortho_clip (float near_plane, float far_plane); |
| 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); |