diff --git a/renderdoc/driver/d3d11/d3d11_context.h b/renderdoc/driver/d3d11/d3d11_context.h index b2b9bcf71..bf499b89f 100644 --- a/renderdoc/driver/d3d11/d3d11_context.h +++ b/renderdoc/driver/d3d11/d3d11_context.h @@ -147,7 +147,7 @@ size_t BucketForRecordPow2(size_t value) return index; } -class WrappedID3D11DeviceContext : public RefCounter, public ID3D11DeviceContext2 +class WrappedID3D11DeviceContext : public RefCounter, public ID3D11DeviceContext3 { private: friend class WrappedID3D11DeviceContext;