コード例 #1
0
 public final void destroy() {
   mIsInitialized = false;
   GLES20.glDeleteProgram(mGLProgId);
   onDestroy();
 }