X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fd3dstate.hpp;h=93ba874b2f0edf8d9bcfe7667fbc8850ba2b1502;hb=283551aa08de851453ec8ac378efdbd920a26364;hp=eb0e3cd4f33fd0a6d73e6302fea4dc6706613bce;hpb=ce54daa47145e01b2b6ef6fdb13b28d6f9958933;p=apitrace diff --git a/retrace/d3dstate.hpp b/retrace/d3dstate.hpp index eb0e3cd..93ba874 100644 --- a/retrace/d3dstate.hpp +++ b/retrace/d3dstate.hpp @@ -74,6 +74,9 @@ dumpDevice(std::ostream &os, IDirect3DDevice9 *pDevice); image::Image * getRenderTargetImage(ID3D10Device *pDevice); +void +dumpTextures(JSONWriter &json, ID3D10Device *pDevice); + void dumpFramebuffer(JSONWriter &json, ID3D10Device *pDevice);