Very stupid suggestion...

In OpenGL 1.x when i want to change a texture
parameter i have to bind it before, and then
change it.
but it consumes time.

couldn’t i have a function to change a parameter of a texture object without binding the texture??

Yes, it would be less state-based and more object-based, but quite faster :slight_smile: