Re: JOGL Texture Memory Management
Posted by
gouessej on
Mar 24, 2021; 12:20pm
URL: https://forum.jogamp.org/JOGL-Texture-Memory-Management-tp4041055p4041056.html
Hello
glDeleteTextures() only deletes the texture name so that glGenTextures() can reuse it later.
Show us your source code if you really want to get some help.