Enable the Texture and Draw
• glEnable(GL_TEXTURE_2D)
–Enable 2D texturing
• glTexCoord2f(GL_FLOAT u, GL_FLOAT v)
–Specify texture coordinates per vertex (just as normals, color, etc).
–demo
•
Graphics Hardware

Vector/Raster Graphics