protected override void onDestroy()
 {
     if (mSurfaceHolder != null)
     {
         GLES3JNILib.onSurfaceDestroyed(mNativeHandle);
     }
     GLES3JNILib.onDestroy(mNativeHandle);
     base.onDestroy();
     mNativeHandle = 0;
 }
Пример #2
0
 protected override void onDestroy()
 {
     if (xSurfaceHolder != null)
     {
         GLES3JNILib.onSurfaceDestroyed();
     }
     GLES3JNILib.onDestroy();
     base.onDestroy();
     this.appThread = 0;
 }