1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[d3d11] Add some missing STDMETHODCALLTYPE declarations

This commit is contained in:
Philip Rebohle 2021-04-21 13:10:37 +02:00
parent 65cc03a707
commit a13dad07cc
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1982,7 +1982,7 @@ namespace dxvk {
}
void D3D11DeviceContext::HSGetConstantBuffers1(
void STDMETHODCALLTYPE D3D11DeviceContext::HSGetConstantBuffers1(
UINT StartSlot,
UINT NumBuffers,
ID3D11Buffer** ppConstantBuffers,
@ -2195,7 +2195,7 @@ namespace dxvk {
}
void D3D11DeviceContext::GSSetConstantBuffers1(
void STDMETHODCALLTYPE D3D11DeviceContext::GSSetConstantBuffers1(
UINT StartSlot,
UINT NumBuffers,
ID3D11Buffer* const* ppConstantBuffers,
@ -2266,7 +2266,7 @@ namespace dxvk {
}
void D3D11DeviceContext::GSGetConstantBuffers1(
void STDMETHODCALLTYPE D3D11DeviceContext::GSGetConstantBuffers1(
UINT StartSlot,
UINT NumBuffers,
ID3D11Buffer** ppConstantBuffers,
@ -2337,7 +2337,7 @@ namespace dxvk {
}
void D3D11DeviceContext::PSSetConstantBuffers1(
void STDMETHODCALLTYPE D3D11DeviceContext::PSSetConstantBuffers1(
UINT StartSlot,
UINT NumBuffers,
ID3D11Buffer* const* ppConstantBuffers,
@ -2408,7 +2408,7 @@ namespace dxvk {
}
void D3D11DeviceContext::PSGetConstantBuffers1(
void STDMETHODCALLTYPE D3D11DeviceContext::PSGetConstantBuffers1(
UINT StartSlot,
UINT NumBuffers,
ID3D11Buffer** ppConstantBuffers,