How do I track changes to an OpenGL state variable value?
There are two options for doing this: 1. Add the state variable to your OpenGL state variables view. When the variable’s value changes, it is colored blue. 2. Save two OpenGL state variables snapshots to a file, each from a different execution scenario of your program. Then compare the state variables snapshot files using a diff tool.