X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fd3d11state.cpp;h=05885f4cd2cde494760cd8e8627aaacd15f82371;hb=1d4fd1471be8c29ed082bd6cdb3525c2b1215dc8;hp=602f05fa88b574b9a0985994453b107830fb1629;hpb=5773beb571a3a696b4020aee5d3ce1a47efd81be;p=apitrace diff --git a/retrace/d3d11state.cpp b/retrace/d3d11state.cpp index 602f05f..05885f4 100644 --- a/retrace/d3d11state.cpp +++ b/retrace/d3d11state.cpp @@ -36,7 +36,7 @@ namespace d3dstate { void -dumpDevice(std::ostream &os, ID3D11DeviceContext *pDevice) +dumpDevice(std::ostream &os, ID3D11DeviceContext *pDeviceContext) { JSONWriter json(os);