OpenGL is a powerful software interface used to produce high-quality, computer-generated images and interactive applications using 2D and 3D objects, bitmaps, and color images. The OpenGL® Programming Guide, Fifth Edition, provides definitive and comprehensive information on OpenGL and the OpenGL Utility Library. The previous edition covered OpenGL through Version 1.4. This fifth edition of the best-selling "red book" describes the latest features of OpenGL Versions 1.5 and 2.0, including the introduction of the OpenGL Shading Language. You will find clear explanations of OpenGL functionality and many basic computer graphics techniques, such as building and rendering 3D models; interactively viewing objects from different perspective points; and using shading, lighting, and texturing effects for greater realism. In addition, this book provides in-depth coverage of advanced techniques, including texture mapping, antialiasing, fog and atmospheric effects, NURBS, image processing, and more. The text also explores other key topics such as enhancing performance, OpenGL extensions, and cross-platform techniques. This fifth edition has been extensively updated to include the newest features of OpenGL Versions 1.5 and 2.0, Most importantly, this edition discusses the OpenGL Shading Language (GLSL) and explains the mechanics of using this new language to create complex graphics effects and boost the computational power of OpenGL.
Co-author of the OpenGL Programming Guide. Wrote the first version of Apple’s Metal Programming Guide. Formerly presenter of OpenGL courses at Siggraph and Secretary of the OpenGL Architecture Review Board.
The book is just as its title implies, a programming guide. It acts more as a reference than as a learning material. It's suitable more for someone who's already familiar with openGL API and just wants to check a couple of details about a certain feature or aspect, or someone making a come back to refresh his/her knowledge. It doesn't help however for prospective newbies aspiring to pick up basic principles of openGL and how to start using it in their application.
The book mostly focuses on API's that have been deprecated. This's evident in the many function descriptions in every chapter marked by compatibility extension notes. It isn't very helpful for the reader to learn about deprecated API. Even the most important and relevant part to contemporary implementations, GLSL and shaders, come at the very last chapter.