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

Method sk_init

StereoKit/Native/NativeAPI.cs:13–14  ·  view source on GitHub ↗
(SKSettings settings)

Source from the content-addressed store, hash-verified

11 const CallingConvention call = CallingConvention.Cdecl;
12
13 [return: MarshalAs(UnmanagedType.Bool)]
14 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool sk_init(SKSettings settings);
15 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sk_set_window(IntPtr window);
16 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sk_set_window_xam(IntPtr window);
17 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sk_shutdown();

Callers 1

InitializeCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected