1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[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

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,