Example #1
0
 public void GLCache()
 {
     if (texture != null)
     {
         texture.GLLock();
         texture.GLCacheCommit();
         texture.GLUnLock();
     }
 }