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

Method render_set_clip

StereoKit/Native/NativeAPI.cs:444–444  ·  view source on GitHub ↗
(float near_plane, float far_plane)

Source from the content-addressed store, hash-verified

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

Callers 1

SetClipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected