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

Method render_set_skytex

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

Source from the content-addressed store, hash-verified

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);
453 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr render_get_skytex ();
454 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void render_set_skymaterial(IntPtr sky_material);
455 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr render_get_skymaterial();

Callers 1

RendererClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected