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

Method render_get_projection

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

Source from the content-addressed store, hash-verified

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

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected