Пример #1
0
 public void Dispose()
 {
     GL.DeleteTexture(this.textureObject);
     Utility.CheckWebGLError();
 }