<<< Texture wrap parameters, cont. | Index | Minification and magnification >>> |
Note that some texture parameter values can be combined:
glTexParameterf( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP | GL_REPEAT );
<<< Texture wrap parameters, cont. | Index | Minification and magnification >>> |