MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / render_set_projection

Method render_set_projection

StereoKit/Native/NativeAPI.cs:448–448  ·  view source on GitHub ↗
(Projection proj)

Source from the content-addressed store, hash-verified

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);
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);

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected