X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fd3dstate.hpp;h=c21c3618c75214f656946500db99170e2a141481;hb=944088ed749f195699228598ce3955063696931b;hp=941d82ddc2785da0b5aa4c06cff8cc33df62a5c0;hpb=ebb2d261bb43c92d657051e85f6a20534dc67a98;p=apitrace diff --git a/retrace/d3dstate.hpp b/retrace/d3dstate.hpp index 941d82d..c21c361 100644 --- a/retrace/d3dstate.hpp +++ b/retrace/d3dstate.hpp @@ -31,6 +31,7 @@ struct IDirect3DDevice9; +struct ID3D10Device; struct ID3D11DeviceContext; @@ -49,6 +50,13 @@ void dumpDevice(std::ostream &os, IDirect3DDevice9 *pDevice); +image::Image * +getRenderTargetImage(ID3D10Device *pDevice); + +void +dumpDevice(std::ostream &os, ID3D10Device *pDevice); + + image::Image * getRenderTargetImage(ID3D11DeviceContext *pDeviceContext);