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

Method render_enable_skytex

StereoKit/Native/NativeAPI.cs:470–470  ·  view source on GitHub ↗
([MarshalAs(UnmanagedType.Bool)] bool show_sky)

Source from the content-addressed store, hash-verified

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 ();
473 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_add_mesh (IntPtr mesh, IntPtr material, in Matrix transform, Color color, RenderLayer layer);

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected