d3d11_1.idl: Fixed ClearView argument (missing const).
This commit is contained in:
parent
9e37e4587e
commit
b5bb2e2f53
|
@ -217,7 +217,7 @@ interface ID3D11DeviceContext1 : ID3D11DeviceContext
|
||||||
|
|
||||||
void ClearView(
|
void ClearView(
|
||||||
ID3D11View *pView,
|
ID3D11View *pView,
|
||||||
FLOAT Color[4],
|
const FLOAT Color[4],
|
||||||
const D3D11_RECT *pRect,
|
const D3D11_RECT *pRect,
|
||||||
UINT NumRects);
|
UINT NumRects);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue