]> git.cworth.org Git - apitrace/blobdiff - common/trace_parser.hpp
Preserve both D3D9 shader byte code, and disassembly.
[apitrace] / common / trace_parser.hpp
index 43c13563a639cb59e535dff580be1e39d22ff28f..0ae3a28d682b80ad6034e1c8daa88fec91362064 100644 (file)
@@ -195,6 +195,9 @@ protected:
     Value *parse_opaque();
     void scan_opaque();
 
+    Value *parse_repr();
+    void scan_repr();
+
     const char * read_string(void);
     void skip_string(void);