예제 #1
0
파일: texture.go 프로젝트: klkblake/sge
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)
}