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:
parent
e1610f81dc
commit
9004fde78d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user