Communication

How can I communicate between Android SDK(PVRShellAPI.java) and OpenGL ES 2.0 function(ex. Render function)

jinwoo Yoo wrote:
How can I communicate between Android SDK(PVRShellAPI.java) and OpenGL ES 2.0 function(ex. Render function)








 

To communicate between the java part and the C++ parts I would mimic the way the SDK currently does it by using the Java Native Interface (JNI) (http://en.wikipedia.org/wiki/Java_Native_Interface).

 
Scott2010-12-07 12:31:27