Commit ed2b3112 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

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

parent 244e3d01
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment