I am using powervr sdk to draw 3d models on top of my camera view which is created using the vuforia engine.
the entire powervr code is completely native and is called by the android_app_glue. To begin rendering, android_main(struct android_app* state) is called. I want to call this function myself from one of my native functions instead of having it being called onCreate of some NativeActivity.