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

Method render_get_clear_color

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

Source from the content-addressed store, hash-verified

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)]
472 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool render_enabled_skytex ();

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected