Jump to ratings and reviews
Rate this book

Graphics Shaders: Theory and Practice

Rate this book
Graphics Shaders: Theory and Practice is intended for a second course in computer graphics at the undergraduate or graduate level, introducing shader programming in general, but focusing on the GLSL shading language. While teaching how to write programmable shaders, the authors also teach and reinforce the fundamentals of computer graphics. The second edition has been updated to incorporate changes in the OpenGL API (OpenGL 4.x and GLSL 4.x0) and also has a chapter on the new tessellation shaders, including many practical examples. The book starts with a quick review of the graphics pipeline, emphasizing features that are rarely taught in introductory courses, but are immediately exposed in shader work. It then covers shader-specific theory for vertex, tessellation, geometry, and fragment shaders using the GLSL 4.x0 shading language. The text also introduces the freely available glman tool that enables you to develop, test, and tune shaders separately from the applications that will use them. The authors explore how shaders can be used to support a wide variety of applications and present examples of shaders in 3D geometry, scientific visualization, geometry morphing, algorithmic art, and more. Features of the Second Edition: The authors thoroughly explain the concepts, use sample code to describe details of the concepts, and then challenge you to extend the examples. They provide sample source code for many of the book’s examples at

518 pages, Hardcover

First published January 1, 2009

4 people are currently reading
84 people want to read

About the author

Mike Bailey

50 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
15 (75%)
4 stars
5 (25%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Manuel Silva.
18 reviews1 follower
May 17, 2017
I loved this book from beginning to end.

It's a shame the book's website is down yet I was able to implemented tons of the examples with no need for the code in the website.

Recommend for anyone wanting to demystify shaders in their minds and be able to think how and when to apply them.

Also goes well with Shadron! (at least for vertex/fragment shaders)
Profile Image for Alexander.
4 reviews
May 28, 2013
Filled missing spots in my understanding of shaders. I'd say not for total beginners - you should have some understanding of the pipeline & shading before opening it.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.