]> git.cworth.org Git - apitrace/commitdiff
Implement grouping of calls.
authorZack Rusin <zack@kde.org>
Fri, 11 Oct 2013 22:02:26 +0000 (18:02 -0400)
committerZack Rusin <zack@kde.org>
Fri, 11 Oct 2013 22:04:12 +0000 (18:04 -0400)
Use glPushDebugGroup and glPopDebugGroup to create nested groups
of calls. It makes it easy to neatly group related calls (e.g.
from nested function calls) into subgroups.


No differences found