Quote Originally Posted by AndreasL
Hi.

Anyone knows how to destroy a texture and freeing it's memory that's created with glGenTextures ??
For remove texture from memory use this:

glDeleteTextures(1, @texture);