X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fd3dstate.hpp;h=3766a91353e6710396d8801f0ffa75bdef10aa0e;hb=9d8029d0547807611fd6efaa0b4b86392f409ab0;hp=86614d565b414760d5c151d34bf01e4ed19dfd62;hpb=394d3ef4ffadf95e8adee1ea0aa32e5d46e41877;p=apitrace diff --git a/retrace/d3dstate.hpp b/retrace/d3dstate.hpp index 86614d5..3766a91 100644 --- a/retrace/d3dstate.hpp +++ b/retrace/d3dstate.hpp @@ -53,6 +53,9 @@ extern const GUID GUID_D3DSTATE; image::Image * getRenderTargetImage(IDirect3DDevice9 *pDevice); +void +dumpFramebuffer(JSONWriter &json, IDirect3DDevice9 *pDevice); + void dumpDevice(std::ostream &os, IDirect3DDevice9 *pDevice);