The document outlines the basics of OpenGL texture mapping, detailing the process of applying textures to geometry through several steps including specifying textures, assigning texture coordinates, and setting texture parameters. It explains important concepts such as texture images, mipmapping, wrapping modes, filtering, and the generation of texture coordinates. Additionally, it discusses the use of texture objects and various features like environment maps and multitexturing for advanced rendering techniques.