From 9004fde78d971393b1100db4683099aead447c05 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 19 May 2019 14:38:48 +0200 Subject: [PATCH] [d3d11] Remove useless 'virtual' keyword --- src/d3d11/d3d11_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d3d11/d3d11_context.h b/src/d3d11/d3d11_context.h index 4366ca684..b7e2a50db 100644 --- a/src/d3d11/d3d11_context.h +++ b/src/d3d11/d3d11_context.h @@ -393,7 +393,7 @@ namespace dxvk { UINT NumBuffers, ID3D11Buffer* const* ppConstantBuffers); - virtual void STDMETHODCALLTYPE GSSetConstantBuffers1( + void STDMETHODCALLTYPE GSSetConstantBuffers1( UINT StartSlot, UINT NumBuffers, ID3D11Buffer* const* ppConstantBuffers,