ValveSoftware / vogl

OpenGL capture / playback debugger.
MIT License
1.42k stars 126 forks source link

Human readable values for GLbitfields #203

Closed openforeveryone closed 9 years ago

openforeveryone commented 9 years ago

Fix for Issue #148. The API tree view now displays human readable values for GLbitfields e.g. glClear( GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT ).

PeterLValve commented 9 years ago

Thank you!