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

Function JNI_OnLoad_L

StereoKitC/platforms/android.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 return JNI_VERSION_1_6;
81}
82extern "C" jint JNI_OnLoad_L(JavaVM* vm, void* reserved) {
83 return JNI_OnLoad(vm, reserved);
84}
85
86#endif
87

Callers

nothing calls this directly

Calls 1

JNI_OnLoadFunction · 0.85

Tested by

no test coverage detected