Esempio n. 1
0
 public void Dispose()
 {
     if (!isDisposed)
     {
         binaryReader.Dispose();
         GL.DeleteTextures(glTextures.Length, glTextures);
         isDisposed = true;
     }
 }