texture objects and units ..

is it right that every texture units needs a seperate texture object … and it’s wrong that every texture object owns a varying number of texture units ??? that means i can’t bind some units to an texture object???

This doesn’t belong in the advanced forum. A texture object is bound to a texture unit, not the other way around. You can bind the same texture object to multiple units if you like.

– Tom