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

Method backend_graphics_get

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

Source from the content-addressed store, hash-verified

677 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_android_get_activity();
678 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_android_get_jni_env ();
679 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BackendGraphics backend_graphics_get ();
680 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_d3d11_get_d3d_device ();
681 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_d3d11_get_d3d_context ();
682 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_opengl_wgl_get_hdc ();

Callers 1

BackendClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected