I couldn\'t find any good theory articles on how to code multitexturing with either only texture objects or texture objects plus samplers. I just don\'t know how to manage t
There is a default sampler object contained in each texture object that will be used to read from the texture when no sampler object is bound to the corresponding sampler unit. To modify the parameters of this object, similar glTexParameter function are provided.