]> git.cworth.org Git - apitrace/commitdiff
Add missing call to dumpCurrentProgramObj.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 19 Jul 2011 15:20:35 +0000 (08:20 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 19 Jul 2011 15:20:35 +0000 (08:20 -0700)
glstate.cpp

index a689f11dc69dbb2e62936aaf030a0f9914e628dc..79365edfef6cb76d64c78788c21a6ec9e15faecc 100644 (file)
@@ -240,6 +240,7 @@ dumpShaders(JSONWriter &json)
     json.beginMember("shaders");
     json.beginObject();
     dumpCurrentProgram(json);
+    dumpCurrentProgramObj(json);
     dumpArbProgram(json, GL_FRAGMENT_PROGRAM_ARB);
     dumpArbProgram(json, GL_VERTEX_PROGRAM_ARB);
     json.endObject();