[d3d11] Remove useless 'virtual' keyword

This commit is contained in:
Philip Rebohle 2019-05-19 14:38:48 +02:00
parent e1610f81dc
commit 9004fde78d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -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,