OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreVulkanAndroidWindow.h>
Public Member Functions | |
virtual void | acquire (JNIEnv **env, jobject *activity)=0 |
User must override this function. More... | |
virtual void | release (JNIEnv *env)=0 |
Notifies the implementation that we're done using the env object. More... | |
User must override this function.
env | [out] The JNI class that is assumed to be from AttachCurrentThread(). |
activity | [out] NativeActivity object handle, used for JNI. |
|
pure virtual |
Notifies the implementation that we're done using the env object.
In case the implementation wants to call DetachCurrentThread().
env | The JNI class that was retrieved via acquire(). |