include: The NumUAVs parameter of OMGetRenderTargetsAndUnorderedAccessViews is an input parameter.

oldstable
Stefan Dösinger 2014-03-31 11:44:57 +02:00 committed by Alexandre Julliard
parent 244e3d01db
commit ed2b31125c
1 changed files with 1 additions and 1 deletions

View File

@ -1728,7 +1728,7 @@ interface ID3D11DeviceContext : ID3D11DeviceChild
[out] ID3D11RenderTargetView **ppRenderTargetViews,
[out] ID3D11DepthStencilView **ppDepthStencilView,
[in] UINT UAVStartSlot,
[out] UINT NumUAVs,
[in] UINT NumUAVs,
[out] ID3D11UnorderedAccessView **ppUnorderedAccessViews);
void OMGetBlendState(
[out] ID3D11BlendState **ppBlendState,