summaryrefslogtreecommitdiff
path: root/glstate.cpp
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-07-19 08:20:35 -0700
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-07-19 08:20:35 -0700
commit810f93bf8e2bcbb774842f7d478c82ce5307be08 (patch)
tree9771dcd5c68152f6e340988596d78dbe7f64cdc5 /glstate.cpp
parenta15b7fefe442011a3599f9ce61a465f97a12b6f0 (diff)
Add missing call to dumpCurrentProgramObj.
Diffstat (limited to 'glstate.cpp')
-rw-r--r--glstate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/glstate.cpp b/glstate.cpp
index a689f11..79365ed 100644
--- a/glstate.cpp
+++ b/glstate.cpp
@@ -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();