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

Method backend_android_get_jni_env

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

Source from the content-addressed store, hash-verified

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

Callers 1

AndroidClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected