]> git.cworth.org Git - apitrace/blobdiff - common/trace_dump.cpp
Preserve both D3D9 shader byte code, and disassembly.
[apitrace] / common / trace_dump.cpp
index 06c0079a5e2a8d9436a20ee91e3c71527fd12766..f40e549bacec9d1556c1141c982fb12ef4c26406 100644 (file)
@@ -200,6 +200,10 @@ public:
         os << pointer << "0x" << std::hex << p->value << std::dec << normal;
     }
 
+    void visit(Repr *r) {
+        _visit(r->humanValue);
+    }
+
     void visit(Call *call) {
         CallFlags callFlags = call->flags;