func (tex *Texture) Delete() { gl33.DeleteTextures(1, &tex.Id) }
// Delete deletes the memory buffer on the graphic card. func (t *Texture) Delete() { gl.DeleteTextures(1, &t.id) }