From 810f93bf8e2bcbb774842f7d478c82ce5307be08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 19 Jul 2011 08:20:35 -0700 Subject: [PATCH] Add missing call to dumpCurrentProgramObj. --- glstate.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.45.2