Пример #1
0
func (tex *Texture) Delete() {
	gl33.DeleteTextures(1, &tex.Id)
}
Пример #2
0
// Delete deletes the memory buffer on the graphic card.
func (t *Texture) Delete() {
	gl.DeleteTextures(1, &t.id)
}