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

Method render_set_clear_color

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

Source from the content-addressed store, hash-verified

466 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool render_has_capture_filter ();
467 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern SphericalHarmonics render_get_skylight ();
468 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_clear_color(Color color);
469 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Color render_get_clear_color();
470 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_enable_skytex ([MarshalAs(UnmanagedType.Bool)] bool show_sky);
471 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected