@thokra I only introduced
glIsTexture
to help debug the code. How do I properly check that my texture is in memory ? glTexImage2D
does not return a value. And why would glIsTexture
fail in my main loop, given it returns true in the function ?