d3d10_1.idl: Added D3D10CreateDevice1 declaration.

oldstable
Jacek Caban 2014-02-19 11:14:59 +01:00 committed by Alexandre Julliard
parent 77c191786a
commit 64e11e0f98
1 changed files with 3 additions and 0 deletions

View File

@ -124,3 +124,6 @@ interface ID3D10Device1 : ID3D10Device
}
const UINT D3D10_1_SDK_VERSION = 0x20;
cpp_quote("HRESULT WINAPI D3D10CreateDevice1(IDXGIAdapter*,D3D10_DRIVER_TYPE,")
cpp_quote(" HMODULE,UINT,D3D10_FEATURE_LEVEL1,UINT,ID3D10Device1**);")