X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fd3d11state.cpp;h=05885f4cd2cde494760cd8e8627aaacd15f82371;hb=944088ed749f195699228598ce3955063696931b;hp=602f05fa88b574b9a0985994453b107830fb1629;hpb=ebb2d261bb43c92d657051e85f6a20534dc67a98;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);