mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[d3d11] Remove useless 'virtual' keyword
This commit is contained in:
parent
e1610f81dc
commit
9004fde78d
@ -393,7 +393,7 @@ namespace dxvk {
|
|||||||
UINT NumBuffers,
|
UINT NumBuffers,
|
||||||
ID3D11Buffer* const* ppConstantBuffers);
|
ID3D11Buffer* const* ppConstantBuffers);
|
||||||
|
|
||||||
virtual void STDMETHODCALLTYPE GSSetConstantBuffers1(
|
void STDMETHODCALLTYPE GSSetConstantBuffers1(
|
||||||
UINT StartSlot,
|
UINT StartSlot,
|
||||||
UINT NumBuffers,
|
UINT NumBuffers,
|
||||||
ID3D11Buffer* const* ppConstantBuffers,
|
ID3D11Buffer* const* ppConstantBuffers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user