Example #1
0
 private void DeleteTextureOnHardware(GL10 pGL)
 {
     GLHelper.DeleteTexture(pGL, this.mHardwareTextureID);
 }