Reputation: 17923
First of all, I need to clarify that I'm not after the OpenGL Quick Reference Sheet.
Has anyone come by a flow-chart-like cheat sheet for OpenGL rendering pipeline? I'm talking about the sheets like these:
If not, what's the closest I can get aside from the official quick reference sheet?
Upvotes: 4
Views: 4313
Reputation: 1334
Mark Kilgard has a couple of those rendering pipeline charts in some of his recent talks on OpenGL 3 and 4.
http://www.slideshare.net/Mark_Kilgard
Upvotes: 1
Reputation: 1153
http://www.opengl.org/documentation/specs/version1.1/state.pdf
A bit outdated, but still quite valuable imo.
Upvotes: 2